Detailed Description
Macro Definition Documentation
◆ ZB_ZCL_DECLARE_FAN_CONTROL_ATTRIB_LIST
| #define ZB_ZCL_DECLARE_FAN_CONTROL_ATTRIB_LIST | ( | attr_list, | |
| fan_mode, | |||
| fan_mode_sequence | |||
| ) |
Value:
ZB_ZCL_START_DECLARE_ATTRIB_LIST_CLUSTER_REVISION(attr_list, ZB_ZCL_FAN_CONTROL) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_FAN_CONTROL_FAN_MODE_ID, (fan_mode)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_FAN_CONTROL_FAN_MODE_SEQUENCE_ID, (fan_mode_sequence)) \ ZB_ZCL_FINISH_DECLARE_ATTRIB_LIST
Fan Mode Sequence attribute. Definition: zb_zcl_fan_control.h:70
Declare attribute list for Fan Control cluster.
- Parameters
-
attr_list - attribute list name fan_mode - pointer to variable to store Fan Mode attribute value fan_mode_sequence - pointer to variable to store Fan Mode Sequence attribute value
Enumeration Type Documentation
◆ zb_zcl_fan_control_attr_e
◆ zb_zcl_fan_control_fan_mode_e
Values for Fan Mode attribute,.
- See also
- ZCL spec, subclause 6.4.2.2.1
◆ zb_zcl_fan_control_fan_mode_sequence_e
Values for Fan Mode Sequence attribute,.
- See also
- ZCL spec, subclause 6.4.2.2.2