Update JSON dictionary

Ray Jones 2019-06-04 12:06:24 +00:00
parent 4cd4dc1ef6
commit f3aed88a83

@ -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 | | | FanRPM | integer | RPM | From ESP | n/a | |
| GlowCurrent | float | 10mA resolution | From ESP | n/a | | | GlowCurrent | float | 10mA resolution | From ESP | n/a | |
| GlowVoltage | float | 0.1V 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 | | | InputVoltage | float | 0.1V resolution | From ESP | n/a | |
| MEn | int | 0,1 | To/From ESP | **YES** | MQTT enable | | MEn | int | 0,1 | To/From ESP | **YES** | MQTT enable |
| MHost | string | var | To/From ESP | **YES** | MQTT server address | | MHost | string | var | To/From ESP | **YES** | MQTT server address |