Skip to content

Commit

Permalink
reordered sleep parameters to be in line with my esp32 proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
d03n3rfr1tz3 committed Jun 22, 2024
1 parent 35ce2e9 commit 908a4f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,17 +536,17 @@ data:
```

#### MODE sleep
Enabled or disables the sleep mode, which plays soothing sounds, optionally with a timer and light.
Shows the sleep mode, which plays soothing sounds, optionally with a timer and light.

| Parameter | Description |
| --- | --- |
| `value` | Controls the start/stop state. <br/> `0` = stop, `1` = start |
| `brightness` | The brightness value between 0 and 100. |
| `color` | The color of the clock. Accepts an array of RGB color values. |
| `frequency` | The radio frequency to set. |
| `sleepmode` | The sound effect to play. Check in the app how many options are available. Accepts a number. |
| `time` | The time in minutes after which to stop the sleep mode. Defaults to `120` when not provided. |
| `sleepmode` | The sound effect to play. Check in the app how many options are available. Accepts a number. |
| `frequency` | The radio frequency to set. |
| `volume` | The volume value between 0 and 100. |
| `color` | The color of the display. Accepts an array of RGB color values. |
| `brightness` | The brightness value between 0 and 100. |

```
message: 'sleep'
Expand Down

0 comments on commit 908a4f3

Please sign in to comment.