Detailed Description
Macro Definition Documentation
◆ ZB_ZCL_DECLARE_THERMOSTAT_UI_CONFIG_ATTRIB_LIST
| #define ZB_ZCL_DECLARE_THERMOSTAT_UI_CONFIG_ATTRIB_LIST | ( | attr_list, | |
| temperature_display_mode, | |||
| keypad_lockout | |||
| ) |
Value:
ZB_ZCL_START_DECLARE_ATTRIB_LIST_CLUSTER_REVISION(attr_list, ZB_ZCL_THERMOSTAT) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_THERMOSTAT_UI_CONFIG_TEMPERATURE_DISPLAY_MODE_ID, (temperature_display_mode)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_THERMOSTAT_UI_CONFIG_KEYPAD_LOCKOUT_ID, (keypad_lockout)) \ ZB_ZCL_FINISH_DECLARE_ATTRIB_LISTKeypad Lockout attribute. Definition: zb_zcl_thermostat_ui_config.h:69
Temperature Display Mode attribute. Definition: zb_zcl_thermostat_ui_config.h:67
Declare attribute list for Thermostat UI Configuration cluster.
- Parameters
-
attr_list - attribute list name temperature_display_mode - pointer to variable to store Temperature Display Mode attribute value keypad_lockout - pointer to variable to store Keypad Lockout attribute value
Enumeration Type Documentation
◆ zb_zcl_thermostat_ui_config_attr_e
Thermostat UI Configuration cluster attribute identifiers.
- See also
- ZCL spec, subclause 6.6.2.2
◆ zb_zcl_thermostat_ui_config_keypad_lockout_e
Values for Keypad Lockout attribute,.
- See also
- ZCL spec, subclause 6.6.2.2.2