Zigbee Protocol Controller 1.6.0
|
#include <zigpc_common_zigbee.h>
Public Attributes | |
zcl_cluster_id_t | cluster_id |
zcl_attribute_id_t | attribute_id |
enum e_zcl_attribute_type | type |
bool | is_reportable |
char | attribute_name [ZCL_DEFAULT_STR_LENGTH] |
char | desired_payload [ZCL_DEFAULT_STR_LENGTH] |
char | reported_payload [ZCL_DEFAULT_STR_LENGTH] |
zcl_attribute_t
zcl_attribute_id_t zcl_attribute::attribute_id |
char zcl_attribute::attribute_name[ZCL_DEFAULT_STR_LENGTH] |
zcl_cluster_id_t zcl_attribute::cluster_id |
char zcl_attribute::desired_payload[ZCL_DEFAULT_STR_LENGTH] |
bool zcl_attribute::is_reportable |
Flag to indicate if attribute is reportable
char zcl_attribute::reported_payload[ZCL_DEFAULT_STR_LENGTH] |
enum e_zcl_attribute_type zcl_attribute::type |