Update JSON dictionary
parent
8753edcd4d
commit
4cd4dc1ef6
1 changed files with 1 additions and 1 deletions
|
@ -58,9 +58,9 @@ Certain commands are used to alter the non volatile settings stored by the contr
|
||||||
| TimerDays | string | # Mon,Tue,Wed,Thu,Fri,Sat,Sun,Next | To/From ESP | **YES** | # = index 1..14 |
|
| TimerDays | string | # Mon,Tue,Wed,Thu,Fri,Sat,Sun,Next | To/From ESP | **YES** | # = index 1..14 |
|
||||||
| TimerRefresh | integer | 1 | To/From ESP | | req/set timer info |
|
| TimerRefresh | integer | 1 | To/From ESP | | req/set timer info |
|
||||||
| TimerRepeat | string| # 0,1 | To/From ESP | **YES** | # = index 1..14 |
|
| TimerRepeat | string| # 0,1 | To/From ESP | **YES** | # = index 1..14 |
|
||||||
| TimerReq | integer | 1..14 | To ESP | no | ask for timer params for indicated timer |
|
|
||||||
| TimerStart | string | # HH:MM | To/From ESP | **YES** | # = index 1..14 |
|
| TimerStart | string | # HH:MM | To/From ESP | **YES** | # = index 1..14 |
|
||||||
| TimerStop | string | # HH:MM | To/From ESP | **YES** | # = index 1..14 |
|
| TimerStop | string | # HH:MM | To/From ESP | **YES** | # = index 1..14 |
|
||||||
|
| TQuery | integer | 1..14 | To ESP | no | ask for timer params for indicated timer |
|
||||||
|
|
||||||
## Notes on timer commands
|
## Notes on timer commands
|
||||||
Up to 14 timers are allowed by the ESP32 firmware.
|
Up to 14 timers are allowed by the ESP32 firmware.
|
||||||
|
|
Loading…
Reference in a new issue