Detailed Description
Macro Definition Documentation
◆ ZB_ZCL_DECLARE_METER_IDENTIFICATION_ATTRIB_LIST
| #define ZB_ZCL_DECLARE_METER_IDENTIFICATION_ATTRIB_LIST | ( | attr_list, | |
| company_name, | |||
| meter_type_id, | |||
| data_quality_id, | |||
| pod, | |||
| available_power, | |||
| power_threshold | |||
| ) |
Value:
ZB_ZCL_START_DECLARE_ATTRIB_LIST_CLUSTER_REVISION(attr_list, ZB_ZCL_METER_IDENTIFICATION) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_COMPANY_NAME, (company_name)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_METER_TYPE_ID, (meter_type_id)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_DATA_QUALITY_ID, (data_quality_id)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_POD, (pod)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_AVAILABLE_POWER, (available_power)) \ ZB_ZCL_SET_ATTR_DESC(ZB_ZCL_ATTR_METER_IDENTIFICATION_POWER_THRESHOLD, (power_threshold)) \ ZB_ZCL_FINISH_DECLARE_ATTRIB_LIST
Declare attribute list for Thermostat cluster.
- Parameters
-
attr_list - attribute list name company_name - pointer to variable to store Company Name attribute value meter_type_id - pointer to variable to store Meter Type ID attribute value data_quality_id - pointer to variable to store Data Quality ID attribute value pod - pointer to variable to store POD (Point of Delivery) attribute value available_power - pointer to variable to store Availabe Power attribute value power_threshold - pointer to variable to store Power Threshold attribute value
Typedef Documentation
◆ zb_zcl_meter_identification_data_quality_t
DataQualityID attribute values
- See also
- ZCL spec, subclause 3.18.2.1.3
◆ zb_zcl_meter_identification_meter_type_t
MeterTypeID attribute values
- See also
- ZCL spec, subclause 3.18.2.1.2
Enumeration Type Documentation
◆ zb_zcl_meter_identification_attr_e
Meter Identification server attributes identifiers.
- See also
- ZCL spec, subclause 3.18.2.1
◆ zb_zcl_meter_identification_data_quality_e
DataQualityID attribute values
- See also
- ZCL spec, subclause 3.18.2.1.3
◆ zb_zcl_meter_identification_meter_type_e
MeterTypeID attribute values
- See also
- ZCL spec, subclause 3.18.2.1.2