Detailed Description
Macro Definition Documentation
◆ ZB_ZCL_DECLARE_DEHUMIDIFICATION_CONTROL_ATTRIB_LIST
| #define ZB_ZCL_DECLARE_DEHUMIDIFICATION_CONTROL_ATTRIB_LIST | ( | attr_list, | |
| dehumid_cooling, | |||
| dehumid_setpoint, | |||
| dehumid_hysteresis, | |||
| dehumid_max_cool | |||
| ) |
Value:
ZB_ZCL_START_DECLARE_ATTRIB_LIST_CLUSTER_REVISION(attr_list, ZB_ZCL_DEHUMIDIFICATION_CONTROL) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_DEHUMIDIFICATION_CONTROL_DEHUMIDIFICATION_COOLING_ID, (dehumid_cooling)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_DEHUMIDIFICATION_CONTROL_RHDEHUMIDIFICATION_SETPOINT_ID, (dehumid_setpoint)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_DEHUMIDIFICATION_CONTROL_DEHUMIDIFICATION_HYSTERESIS_ID, (dehumid_hysteresis)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_DEHUMIDIFICATION_CONTROL_DEHUMIDIFICATION_MAX_COOL_ID, (dehumid_max_cool)) \ ZB_ZCL_FINISH_DECLARE_ATTRIB_LISTDehumidification Hysteresis attribute. Definition: zb_zcl_dehumidification_control.h:83
RHDehumidification Setpoint attribute. Definition: zb_zcl_dehumidification_control.h:75
Dehumidification Cooling attribute. Definition: zb_zcl_dehumidification_control.h:73
Dehumidification Max Cool attribute. Definition: zb_zcl_dehumidification_control.h:85
Declare attribute list for Dehumidification Control cluster.
- Parameters
-
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
Enumeration Type Documentation
◆ zb_zcl_dehumidification_control_attr_e
Dehumidification Control cluster attribute identifiers.
- See also
- ZCL spec, subclause 6.4.2.2