We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd131b commit 1f60c92Copy full SHA for 1f60c92
libraries/Zigbee/src/ep/ZigbeeDoorWindowHandle.cpp
@@ -83,6 +83,7 @@ bool ZigbeeDoorWindowHandle::setTilted() {
83
return true;
84
}
85
86
+//NOTE: Change to return bool as a result of esp_zb_zcl_ias_zone_status_change_notif_cmd_req()
87
void ZigbeeDoorWindowHandle::report() {
88
/* Send IAS Zone status changed notification command */
89
0 commit comments