![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
ZLL Level control cluster additions extensions. | |
Internal structures for attribute representation in cluster additions. | |
#define | ZB_ZCL_DECLARE_LEVEL_CONTROL_ATTRIB_LIST_ZLL(attr_list, current_level, remaining_time) ZB_ZCL_DECLARE_LEVEL_CONTROL_ATTRIB_LIST(attr_list, current_level, remaining_time) |
Declare attribute list for Level control cluster with ZLL additions. Each attribute type corresponds to attribute description in ZCL specification (Zigbee Cluster Library Specification, chapter 3.10 Level Control Cluster) More... | |
ZLL additions to Level control cluster.
#define ZB_ZCL_DECLARE_LEVEL_CONTROL_ATTRIB_LIST_ZLL | ( | attr_list, | |
current_level, | |||
remaining_time | |||
) | ZB_ZCL_DECLARE_LEVEL_CONTROL_ATTRIB_LIST(attr_list, current_level, remaining_time) |
Declare attribute list for Level control cluster with ZLL additions. Each attribute type corresponds to attribute description in ZCL specification (Zigbee Cluster Library Specification, chapter 3.10 Level Control Cluster)
attr_list | [IN] - attribure list name being declared by this macro. |
current_level | [IN] - pointer to a unsigned 8-bit integer variable current_level attribute value. |
remaining_time | [IN] - pointer to a unsigned 16-bit integer variable remaining time attribute value. |