From f3aed88a83595acca805f9ad2e303874472eb79f Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Tue, 4 Jun 2019 12:06:24 +0000 Subject: [PATCH] Update JSON dictionary --- JSON-dictionary.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/JSON-dictionary.md b/JSON-dictionary.md index 0f5449d..62b2e5e 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -26,6 +26,12 @@ Certain commands are used to alter the non volatile settings stored by the contr | FanRPM | integer | RPM | From ESP | n/a | | | GlowCurrent | float | 10mA resolution | From ESP | n/a | | | GlowVoltage | float | 0.1V resolution | From ESP | n/a | | +| GPanlg | int | 0-100 | From ESP | n/a | GPIO analogue input % | +| GPin1 / GPin2 | int | 0,1 | From ESP | n/a | GPIO input state | +| GPout1 / GPout2 | int | 0,1 | To/From ESP | no | GPIO output state | +| GPmodeAnlg | string | description | From ESP | no | GPIO analog mode | +| GPmodeIn | string | description | From ESP | no | GPIO input mode | +| GPmodeOut | string | description | From ESP | no | GPIO output mode | | InputVoltage | float | 0.1V resolution | From ESP | n/a | | | MEn | int | 0,1 | To/From ESP | **YES** | MQTT enable | | MHost | string | var | To/From ESP | **YES** | MQTT server address |