We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034533c commit 7d37b7dCopy full SHA for 7d37b7d
libraries/Zigbee/examples/Zigbee_Binary_Input_Output/Zigbee_Binary_Input_Output.ino
@@ -44,7 +44,7 @@ bool zoneStatus = false;
44
45
void fanSwitch(bool state) {
46
Serial.println("Fan switch changed to: " + String(state));
47
- // Switch Fan status input signalling the fan status has changed
+ // Switch Fan status input signaling the fan status has changed
48
zbBinaryFan.setBinaryInput(state);
49
zbBinaryFan.reportBinaryInput();
50
}
0 commit comments