Skip to content

Commit ea82ad8

Browse files
authored
fix(matter_docs): typos in README.md for MatterSimpleWidowsBlind
1 parent 562c25d commit ea82ad8

File tree

1 file changed

+2
-2
lines changed
  • libraries/Matter/examples/MatterSimpleWidowsBlind

1 file changed

+2
-2
lines changed

libraries/Matter/examples/MatterSimpleWidowsBlind/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Window Covering change request: Lift=50%
8888
## Code Structure
8989

9090
- **`onBlindLift()`**: Callback function that handles window covering lift changes. This is registered with `WindowBlinds.onGoToLiftPercentage()` and is triggered when `TargetPositionLiftPercent100ths` changes. The callback receives the target lift percentage (0-100%).
91-
- **`setup()`**: Initializes WiFi (if needed), Window Covering endpoint with `ROLLERSHADE` type, registers the callback, and starts Matter.
91+
- **`setup()`**: Initializes Wi-Fi (if needed), Window Covering endpoint with `ROLLERSHADE` type, registers the callback, and starts Matter.
9292
- **`loop()`**: Empty - all control is handled via Matter callbacks.
9393

9494
## Customization
@@ -116,7 +116,7 @@ bool onBlindLift(uint8_t liftPercent) {
116116
117117
## Troubleshooting
118118
119-
1. **Device not discoverable**: Ensure WiFi is connected (for ESP32/ESP32-S2) or BLE is enabled (for other chips).
119+
1. **Device not discoverable**: Ensure Wi-Fi is connected (for ESP32/ESP32-S2) or BLE is enabled (for other chips).
120120
121121
2. **Lift percentage not updating**: Check that `onGoToLiftPercentage()` callback is properly registered and that `setLiftPercentage()` is called when movement is complete to update the `CurrentPosition` attribute.
122122

0 commit comments

Comments
 (0)