
| #define ZB_ZCL_DECLARE_ILLUMINANCE_MEASUREMENT_ATTRIB_LIST | ( | attr_list, | |
| value, | |||
| min_value, | |||
| max_value | |||
| ) |
Declare attribute list for Illuminance Measurement cluster - server side.
| attr_list | - attribute list name |
| value | - pointer to variable to store MeasuredValue attribute |
| min_value | - pointer to variable to store MinMeasuredValue attribute |
| max_value | - pointer to variable to store MAxMeasuredValue attribute |
Illuminance Measurement cluster attribute identifiers.