Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeDescription
propertyNameStringThe name associated with the Property. For example, the name returned from Property.getName().for zigbee devices, it could be any attribute name from the Zigbee Attribute Names page.

Returns

Return TypeDescription
CompletableFuture<Property>

The CompletableFuture<Property> represents a request over the network to read/write the Property. Will return exceptionally on any and all errors.

...

NameTypeDescription
propertyNameStringThe name associated with the Property. For  For example, the name returned from Property.getName(), for zigbee devices, it could be any attribute name from the Zigbee Attribute Names page.

Returns

Return TypeDescription
Optional<Property>

The Optional<Property> represents the Property. Will be empty if the Property doesn't exist or hasn't yet been discovered (i.e. from a previous call to getProperty / getProperties())

...