
| #define ZB_ZCL_DECLARE_DEHUMIDIFICATION_CONTROL_ATTRIB_LIST | ( | attr_list, | |
| dehumid_cooling, | |||
| dehumid_setpoint, | |||
| dehumid_hysteresis, | |||
| dehumid_max_cool | |||
| ) |
Declare attribute list for Dehumidification Control cluster.
| attr_list | - attribute list name |
| dehumid_cooling | - pointer to variable to store Dehumidification Cooling attribute value |
| dehumid_setpoint | - pointer to variable to store Dehumidification Setpoint attribute value |
| dehumid_hysteresis | - pointer to variable to store Dehumidification Hysteresis attribute value |
| dehumid_max_cool | - pointer to variable to store Dehumidification Max Cool attribute value |
Dehumidification Control cluster attribute identifiers.