...
Name | Type | Description |
---|---|---|
propertyName | String | The 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 Type | Description |
---|---|
CompletableFuture<Property> | The CompletableFuture<Property> represents a request over the network to read/write the Property. Will return exceptionally on any and all errors. |
...
Name | Type | Description |
---|---|---|
propertyName | String | The 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 Type | Description |
---|---|
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()) |
...