Zigbee Protocol Controller 1.6.0
zcl_attribute Struct Reference

#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]
 

Detailed Description

zcl_attribute_t

Member Data Documentation

◆ attribute_id

zcl_attribute_id_t zcl_attribute::attribute_id

◆ attribute_name

char zcl_attribute::attribute_name[ZCL_DEFAULT_STR_LENGTH]

◆ cluster_id

zcl_cluster_id_t zcl_attribute::cluster_id

◆ desired_payload

char zcl_attribute::desired_payload[ZCL_DEFAULT_STR_LENGTH]

◆ is_reportable

bool zcl_attribute::is_reportable

Flag to indicate if attribute is reportable

◆ reported_payload

char zcl_attribute::reported_payload[ZCL_DEFAULT_STR_LENGTH]

◆ type

enum e_zcl_attribute_type zcl_attribute::type

The documentation for this struct was generated from the following file: