Logo
Developing with ZBOSS for Zigbee
zb_ha_configuration_tool.h File Reference

Macros

#define ZB_HA_DEVICE_VER_CONFIGURATION_TOOL   0
 
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list)
 Declare cluster list for Configuration tool device. More...
 
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_EP(ep_name, ep_id, cluster_list)
 Declare endpoint for Configuration tool device. More...
 
#define ZB_HA_DECLARE_CONFIGURATION_TOOL_CTX(device_ctx, ep_name)   ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name)
 Declare Configuration Tool device context. More...