From 4cd4dc1ef66458b8677dcfd4ae594cef84f8f0d3 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Thu, 30 May 2019 08:52:48 +0000 Subject: [PATCH] Update JSON dictionary --- JSON-dictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSON-dictionary.md b/JSON-dictionary.md index 383b2c3..0f5449d 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -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 | | TimerRefresh | integer | 1 | To/From ESP | | req/set timer info | | 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 | | 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 Up to 14 timers are allowed by the ESP32 firmware.