diff --git a/PROTOCOL.md b/PROTOCOL.md index 83f5199..79fca62 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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) @@ -132,6 +133,15 @@ function getBrightness(brightness, min_bri, max_bri) { } ``` +#### Select 12 or 24 hour clock + +Full String: `2D XX` + +`2D`: Fixed String
+`AA`: Clock type: +* `00`: 12 hour clock +* `01`: 24 hour clock + ---- ### Commands