Skip to content

Commit 7d37b7d

Browse files
committed
fix(example): Fix spelling error
1 parent 034533c commit 7d37b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/examples/Zigbee_Binary_Input_Output/Zigbee_Binary_Input_Output.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bool zoneStatus = false;
4444

4545
void fanSwitch(bool state) {
4646
Serial.println("Fan switch changed to: " + String(state));
47-
// Switch Fan status input signalling the fan status has changed
47+
// Switch Fan status input signaling the fan status has changed
4848
zbBinaryFan.setBinaryInput(state);
4949
zbBinaryFan.reportBinaryInput();
5050
}

0 commit comments

Comments
 (0)