Logo
Developing with ZBOSS for Zigbee
zb_ha_thermostat.h File Reference

Macros

#define ZB_HA_DEVICE_VER_THERMOSTAT   1
 
#define ZB_HA_DECLARE_THERMOSTAT_CLUSTER_LIST( cluster_list_name, basic_attr_list, identify_attr_list, thermostat_attr_list, fan_control_attr_list, thermostat_ui_config_attr_list)
 Declare cluster list for Thermostat device. More...
 
#define ZB_HA_DECLARE_THERMOSTAT_CLUSTER_LIST_EXT( cluster_list_name, basic_attr_list, identify_attr_list, groups_attr_list, scenes_attr_list, thermostat_attr_list, fan_control_attr_list, thermostat_ui_config_attr_list)
 Declare cluster list for Thermostat device. More...
 
#define ZB_HA_DECLARE_THERMOSTAT_EP(ep_name, ep_id, cluster_list)
 Declare endpoint for Thermostat device. More...
 
#define ZB_HA_DECLARE_THERMOSTAT_CTX(device_ctx, ep_name)   ZBOSS_DECLARE_DEVICE_CTX_1_EP(device_ctx, ep_name)
 Declare application's device context for Thermostat device. More...