You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,10 @@ This move provides:
45
45
| /api/v1/led/led_info | POST | {<br> “R”: <0-255>,<br> “G”: <0-255>,<br> “B”: <0-255>,<br> “state”: <0-2><br>} | Set color and state of the backlight (RGB LED). |
46
46
| /api/v1/clock/sleep_info | GET | {<br> “sleep_before”: \<value>,<br> “sleep_after”: \<value><br>} | Get sleep mode configuration. The time before and after (in minutes) the backlight will be turned off. |
47
47
| /api/v1/clock/sleep_info | POST | {<br> “sleep_before”: \<value>,<br> “sleep_after”: \<value><br>} | Set sleep mode configuration. |
48
-
| /api/v1/clock/time_info | GET | {<br> "tz_zone": "\<Geographic zone>",<br> “tz_offset”: “\<Proleptic TZ>"<br>} | Get time zone configuration |
49
-
| /api/v1/clock/time_info | POST | {<br> "tz_zone": "\<Geographic zone>",<br> “tz_offset”: “\<Proleptic TZ>"<br>} | Set time zone configuration |
50
-
| /api/v1/wifi/wifi_info | GET | {<br> "hostname": "\<HOSTNAME>",<br> “SSID”: “\<Wifi SSID>”, <br> “password”: “\<base64 encoded password>”<br>} | Get wifi configuration. |
51
-
| /api/v1/wifi/wifi_info | POST | {<br> "hostname": "\<HOSTNAME>",<br> “SSID”: “\<Wifi SSID>”, <br> “password”: “\<base64 encoded password>”<br>} | Set wifi configuration. | Set wifi configuration. |
48
+
| /api/v1/clock/time_info | GET | {<br> "tz_zone": "\<Geographic zone>",<br> “tz_offset”: “\<Proleptic TZ>",<br> "time_format": \<"12h" \| "24h"><br>} | Get time zone configuration |
49
+
| /api/v1/clock/time_info | POST | {<br> "tz_zone": "\<Geographic zone>",<br> “tz_offset”: “\<Proleptic TZ>",<br> "time_format": \<"12h" \| "24h"><br>} | Set time zone configuration |
0 commit comments