Skip to content

Commit 38f5a8e

Browse files
authored
fix(zigbee): Fix typos
1 parent de2cd4a commit 38f5a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: libraries/Zigbee/examples/Zigbee_Window_Covering/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Arduino-ESP32 Widnow Covering Example
1+
# Arduino-ESP32 Window Covering Example
22

3-
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) window covering or port.
3+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) window covering device.
44

55
To see if the communication with your Zigbee network works, use the Serial monitor and watch for output there.
66

Diff for: libraries/Zigbee/examples/Zigbee_Window_Covering/Zigbee_Window_Covering.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* The window covering is a Zigbee end device, which is moving the blinds (lift+tilt) and reporting
2020
* its current position to the Zigbee network.
2121
*
22-
* Use setCoveingType() to set the type of covering (blind, shade, etc.).
22+
* Use setCoveringType() to set the type of covering (blind, shade, etc.).
2323
*
2424
* The example also demonstrates how to use the button to manually control the lift position.
2525
*

0 commit comments

Comments
 (0)