From 30ebe29c5a0cf01710a13d586eb61d514a614ab0 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Sat, 13 Jul 2019 08:31:21 +0000 Subject: [PATCH] Update JSON dictionary --- JSON-dictionary.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSON-dictionary.md b/JSON-dictionary.md index 0888ccb..90d59c7 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -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.