
| #define ZB_ZCL_DECLARE_THERMOSTAT_UI_CONFIG_ATTRIB_LIST | ( | attr_list, | |
| temperature_display_mode, | |||
| keypad_lockout | |||
| ) |
Declare attribute list for Thermostat UI Configuration cluster.
| 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 |
| #define ZB_ZCL_THERMOSTAT_UI_CONFIG_CLUSTER_REVISION_DEFAULT ((zb_uint16_t)0x0001u) |
Default value for Thermostat UI Configuration cluster revision global attribute.
| #define ZB_ZCL_THERMOSTAT_UI_CONFIG_KEYPAD_LOCKOUT_DEFAULT_VALUE 0x00 |
Default value for Keypad Lockout attribute.
| #define ZB_ZCL_THERMOSTAT_UI_CONFIG_SCHEDULE_PROGRAMMING_VISIBILITY_DEFAULT_VALUE ((zb_uint8_t)0x00) |
Default value for ScheduleProgrammingVisibility attribute.
| #define ZB_ZCL_THERMOSTAT_UI_CONFIG_TEMPERATURE_DISPLAY_MODE_DEFAULT_VALUE 0x00 |
Default value for Temperature Display Mode attribute.
Thermostat UI Configuration cluster attribute identifiers.
Values for Keypad Lockout attribute,.
Values for Temperature Display Mode attribute,.