Update JSON dictionary

Ray Jones 2019-07-13 08:31:21 +00:00
parent 4a866571a7
commit 30ebe29c5a

@ -92,7 +92,7 @@ Certain commands are used to alter the non volatile settings stored by the contr
| IP_STASSID | string | var | From ESP | STA mode host AP name |
| IP_OTA | int | 0,1 | From ESP | OTA mode enabled |
## MQTT
## System Query
| **Name** | **Value Type** | **Typical Values** | **Direction** | **Require NVsave** | **Note** |
| ------ | ------ | ------ | ------ | :------: | ------ |
| SQuery | int | 1 | To ESP | n/a | request system information from ESP |
@ -106,7 +106,6 @@ Certain commands are used to alter the non volatile settings stored by the contr
| SysVer | string | var | From ESP | | Release version stamp |
| SysDate | string | var | From ESP | | Build date of release |
| SysFreeMem | integer | var | From ESP | | free memory, bytes |
## System Query
## Notes on timer commands
Up to 14 timers are allowed by the ESP32 firmware.