Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This is inspired by:
- [Setting parameters of the Timebox](#setting-parameters-of-the-timebox)
- [Set Temperature and Weather](#set-temperature-and-weather)
- [Set Brightness](#set-brightness)
- [Select 12 or 24 hour clock](#select-12-or-24-hour-clock)
- [Commands](#commands)
- [Requesting Settings](#requesting-settings)
- [Channels](#channels)
Expand Down Expand Up @@ -132,6 +133,15 @@ function getBrightness(brightness, min_bri, max_bri) {
}
```

#### Select 12 or 24 hour clock

Full String: `2D XX`

`2D`: Fixed String<br />
`AA`: Clock type:
* `00`: 12 hour clock
* `01`: 24 hour clock

----

### Commands
Expand Down