Z-Stack API Reference  5.10.00.13
ZCL Cluster IDs

Modules

 ZCL Access Control Bits
 Access control (bitmask values)
 
 ZCL Appliance Clusters
 This group defines the IDs for the Appliance Clusters defined in the ZCL v7 specification.
 
 ZCL Closures Clusters
 This group defines the IDs for the HVAC Clusters defined in the ZCL v7 specification.
 
 ZCL Commissioning Clusters
 This group defines the IDs for the Commissioning Clusters defined in the ZCL v7 specification.
 
 ZCL Error Codes
 
 ZCL Foundation Command IDs
 
 ZCL General Clusters
 This group defines the IDs for the General Clusters defined in the ZCL v7 specification.
 
 ZCL Green Power Clusters
 This group defines the IDs for the Green Power Clusters defined in the ZCL v7 specification.
 
 ZCL HVAC Clusters
 This group defines the IDs for the HVAC Clusters defined in the ZCL v7 specification.
 
 ZCL Lighting Clusters
 This group defines the IDs for the Lighting Clusters defined in the ZCL v7 specification.
 
 ZCL Measurement & Sensing Clusters
 This group defines the IDs for the Measurement & Sensing Clusters defined in the ZCL v7 specification.
 
 ZCL Over-The-Air Upgrade Clusters
 This group defines the IDs for the Over-The-Air Upgrade Clusters defined in the ZCL v7 specification.
 
 ZCL Protocol Interfaces Clusters
 This group defines the IDs for the Protocol Interfaces Clusters defined in the ZCL v7 specification.
 
 ZCL Retail Clusters
 This group defines the IDs for the Retail Clusters defined in the ZCL v7 specification.
 
 ZCL Security & Safety Clusters
 This group defines the IDs for the Security & Safety Clusters defined in the ZCL v7 specification.
 
 ZCL Smart Energy Clusters
 This group defines the IDs for the Smart Energy Clusters defined in the ZCL v7 specification.
 
 ZCL Telecommunications Clusters
 This group defines the IDs for the Telecommunications Clusters defined in the ZCL v7 specification.
 

Macros

#define ZCL_FRAME_CONTROL_TYPE   0x03
 
#define ZCL_FRAME_CONTROL_MANU_SPECIFIC   0x04
 
#define ZCL_FRAME_CONTROL_DIRECTION   0x08
 
#define ZCL_FRAME_CONTROL_DISABLE_DEFAULT_RSP   0x10
 
#define ZCL_FRAME_TYPE_PROFILE_CMD   0x00
 
#define ZCL_FRAME_TYPE_SPECIFIC_CMD   0x01
 
#define ZCL_FRAME_CLIENT_SERVER_DIR   0x00
 
#define ZCL_FRAME_SERVER_CLIENT_DIR   0x01
 
#define CC_MANUFACTURER_CODE   0x1001
 
#define ZCL_CMD_MAX   ZCL_CMD_DISCOVER_ATTRS_EXT_RSP
 
#define ZCL_DATABUF_SEND   0x0020
 
#define ZCL_REPORTING_OFF   0xFFFF
 
#define CMD_DIR_SERVER_GENERATED   0x01
 
#define CMD_DIR_CLIENT_GENERATED   0x02
 
#define CMD_DIR_SERVER_RECEIVED   0x04
 
#define CMD_DIR_CLIENT_RECEIVED   0x08
 
#define ZCL_ATTR_ID_MAX   0xFFFF
 
#define ZCL_SEND_ATTR_REPORTS   0x00
 
#define ZCL_EXPECT_ATTR_REPORTS   0x01
 
#define MAX_UTF8_STRING_LEN   50
 
#define ZCL_OPER_LEN   0x00
 
#define ZCL_OPER_READ   0x01
 
#define ZCL_OPER_WRITE   0x02
 
#define ATTRID_CLUSTER_REVISION   0xFFFD
 
#define ATTRID_ATTRIBUTE_REPORTING_STATUS   0xFFFE
 

Detailed Description