| Package | Description |
|---|---|
| org.osgi.service.zigbee |
Device Service Specification for ZigBee Technology.
|
| org.osgi.service.zigbee.descriptions |
Device Service Specification for ZigBee Technology Descriptions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ZCLAttribute
This interface represents a ZCLAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
ZCLAttributeInfo |
ZCLReadStatusRecord.getAttributeInfo()
Returns the
ZCLAttributeInfo related to the reading operation. |
| Modifier and Type | Method and Description |
|---|---|
Promise<Map<Integer,ZCLReadStatusRecord>> |
ZCLCluster.readAttributes(ZCLAttributeInfo[] attributes)
Reads a list of attributes by issuing a ZCL Read Attributes command.
|
| Modifier and Type | Method and Description |
|---|---|
Promise<Map<Integer,Integer>> |
ZCLCluster.writeAttributes(boolean undivided,
Map<? extends ZCLAttributeInfo,?> attributesAndValues)
Writes a set of attributes on the cluster using the ZCL Write
Attributes or the Write Attributes Undivided commands,
according to the passed
undivided parameter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ZCLAttributeDescription
This interface represents a ZCLAttributeDescription.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0