Uses of Interface
org.osgi.service.zigbee.ZCLAttribute
-
Packages that use ZCLAttribute Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZCLAttribute in org.osgi.service.zigbee
Methods in org.osgi.service.zigbee that return types with arguments of type ZCLAttribute Modifier and Type Method Description Promise<ZCLAttribute>
ZCLCluster. getAttribute(int attributeId)
Returns the clusterZCLAttribute
identifying that matches the given attributeId.Promise<ZCLAttribute>
ZCLCluster. getAttribute(int attributeId, int code)
Retrieves aZCLAttribute
object for a manufacturer specific attribute.
-