We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b0e3a commit 104a381Copy full SHA for 104a381
libraries/Zigbee/src/ZigbeeEP.cpp
@@ -110,7 +110,7 @@ bool ZigbeeEP::setBatteryPercentage(uint8_t percentage) {
110
return true;
111
}
112
113
-void ZigbeeEP::reportBatteryPercentage() {
+bool ZigbeeEP::reportBatteryPercentage() {
114
/* Send report attributes command */
115
esp_zb_zcl_report_attr_cmd_t report_attr_cmd;
116
report_attr_cmd.address_mode = ESP_ZB_APS_ADDR_MODE_DST_ADDR_ENDP_NOT_PRESENT;
0 commit comments