From 9be25df2a7c1de484d50d8663b6882ea15b9e16e Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Fri, 11 Jan 2019 03:37:17 +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 063d464..09998e9 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -33,7 +33,7 @@ Certain commands are used to alter the non volatile settings stored by the contr | Refresh | int | 1 | To ESP | no | Request full update | | RunState | integer | 0,1,2,3,4,5,6,7,8 | To/From ESP | no | | | RunString | string | "verbose description" | From ESP | n/a | | -| SystemVoltage | float | 0.1V resolution | To/From ESP | **YES** | 12.0 or 24.0 | +| SystemVoltage | float | 12.0 or 24.0 | To/From ESP | **YES** | must be 12.0 or 24.0 | | TempBody | integer | 1degC resolution | From ESP | n/a | | | TempCurrent | float | typ 0.1degC temperature | From ESP | n/a | | | TempDesired | integer| 8 - 35, 1degC resolution | To/From ESP | **YES** | |