Logo
Developing with ZBOSS for Zigbee
zb_ha_ias_zone.h File Reference

Macros

#define ZB_HA_IAS_ZONE_VER   0
 
#define ZB_HA_DECLARE_IAS_ZONE_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list, ias_zone_attr_list, poll_ctrl_attr_list, power_config_attr_list, ota_upgrade_attr_list)
 Declare cluster list for IAS Zone. More...
 
#define ZB_HA_DECLARE_IAS_ZONE_SIMPLE_DESC( ep_name, ep_id, in_clust_num, out_clust_num)
 Declare simple descriptor for IAS Zone. More...
 
#define ZB_HA_DECLARE_IAS_ZONE_EP(ep_name, ep_id, cluster_list)
 Declare endpoint for IAS Ancillary Control Equipment. More...
 
#define ZB_HA_DECLARE_IAS_ZONE_CTX(device_ctx, ep_name)   ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name)
 Declare application's device context for IAS Zone device. More...