We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentefb02d3 commit4677ea6Copy full SHA for 4677ea6
libraries/Zigbee/src/ep/ZigbeeAnalog.cpp
@@ -105,7 +105,7 @@ void ZigbeeAnalog::setAnalogInputReporting(uint16_t min_interval, uint16_t max_i
105
memset(&reporting_info,0,sizeof(esp_zb_zcl_reporting_info_t));
106
reporting_info.direction = ESP_ZB_ZCL_CMD_DIRECTION_TO_SRV;
107
reporting_info.ep = _endpoint;
108
- reporting_info.cluster_id =ESP_ZB_ZCL_CLUSTER_ID_TEMP_MEASUREMENT;
+ reporting_info.cluster_id =ESP_ZB_ZCL_CLUSTER_ID_ANALOG_INPUT;
109
reporting_info.cluster_role = ESP_ZB_ZCL_CLUSTER_SERVER_ROLE;
110
reporting_info.attr_id = ESP_ZB_ZCL_ATTR_TEMP_MEASUREMENT_VALUE_ID;
111
reporting_info.u.send_info.min_interval = min_interval;