Skip to content

Commit

Permalink
Fix typo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-di authored Nov 4, 2024
1 parent d4398a3 commit 0421fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The following special characters are supported:
---

`sleepMode` could be send as a key of a screen payload. When `sleepMode` is active, the device dimms down the matrix to `brightness: 0`.
Additionally while `sleepMode` is active the `/api/screen`-endpoint and `<MasterTopic>/setScreeen`-topic are not fully evaluated. Only when `sleepMode` previously or within the same message-body is set to `false` , the requested screen will be displayed.
Additionally while `sleepMode` is active the `/api/screen`-endpoint and `<MasterTopic>/setScreen`-topic are not fully evaluated. Only when `sleepMode` previously or within the same message-body is set to `false` , the requested screen will be displayed.

:::warning Disclaimer
Enabeling `sleepMode` does not enable power saving features on the MCU itself, like e.g. deep sleep functionality of an ESP8266.
Expand Down

0 comments on commit 0421fdb

Please sign in to comment.