We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8919f commit 610d88cCopy full SHA for 610d88c
libraries/Zigbee/src/ZigbeeEP.cpp
@@ -104,7 +104,6 @@ void ZigbeeEP::reportBatteryPercentage() {
104
esp_zb_zcl_report_attr_cmd_t report_attr_cmd;
105
report_attr_cmd.address_mode = ESP_ZB_APS_ADDR_MODE_DST_ADDR_ENDP_NOT_PRESENT;
106
report_attr_cmd.attributeID = ESP_ZB_ZCL_ATTR_POWER_CONFIG_BATTERY_PERCENTAGE_REMAINING_ID;
107
- report_attr_cmd.cluster_role = ESP_ZB_ZCL_CLUSTER_SERVER_ROLE;
108
report_attr_cmd.clusterID = ESP_ZB_ZCL_CLUSTER_ID_POWER_CONFIG;
109
report_attr_cmd.zcl_basic_cmd.src_endpoint = _endpoint;
110
0 commit comments