Z-Stack API Reference  3.30.00.37
ZCL General

This module implements the general Zigbee Cluster Library. More...

Modules

 ZCL Alarms Cluster
 
 ZCL Basic Cluster
 
 ZCL Basic IO Cluster
 
 ZCL Device Temperature Configuration Cluster
 
 ZCL General Functions
 
 ZCL General Typedefs
 
 ZCL Groups Cluster
 
 ZCL Identify Cluster
 
 ZCL Level Control Cluster
 
 ZCL On Off Cluster
 
 ZCL On Off Switch Config Cluster
 
 ZCL Power Configuration Cluster
 
 ZCL RSSI Location Cluster
 
 ZCL Scenes Cluster
 
 ZCL Time Cluster
 

Files

file  zcl.h
 Top level ZCL header.
 

Macros

#define ZCL_SCENE_NAME_LEN   16
 
#define BASIC_ZCL_VERSION   0x03
 
#define ZCL_GEN_SCENE_NAME_LEN   16
 
#define ZCL_ON_OFF_EXTENSION_SIZE   (2 + 1 + 1)
 
#define ZCL_LEVEL_CONTROL_EXTENSION_SIZE   0
 
#define ZCL_LIGHTING_EXTENSION_SIZE   0
 
#define ZCL_DOORLOCK_EXTENSION_SIZE   (2 + 1 + 1)
 
#define ZCL_WINDOWCOVERING_EXTENSION_SIZE   (2 + 1 + 2)
 
#define ZCL_GEN_SCENE_EXT_LEN   (ZCL_ON_OFF_EXTENSION_SIZE + ZCL_LEVEL_CONTROL_EXTENSION_SIZE + ZCL_LIGHTING_EXTENSION_SIZE + ZCL_DOORLOCK_EXTENSION_SIZE + ZCL_WINDOWCOVERING_EXTENSION_SIZE)
 
#define ZCL_GEN_MAX_SCENES   5
 defined ( ZCL_GEN_SCENE_EXT_LEN )
 

Detailed Description

This module implements the general Zigbee Cluster Library.