From 5cfea38e9eecaa857315c1667ff63905ea7153fb Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Fri, 15 Mar 2019 07:46:42 +0000 Subject: [PATCH] Update JSON dictionary --- JSON-dictionary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSON-dictionary.md b/JSON-dictionary.md index 63f037e..662c270 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -14,7 +14,7 @@ Certain commands are used to alter the non volatile settings stored by the contr **These must be followed up with a NVSave command.** | **Name** | **Value Type** | **Typical Values** | **Direction** | **Require NVsave** | **Note** | -| ------ | ------ | ------ | ------ | :------: | :------ | +| ------ | ------ | ------ | ------ | :------: | ------ | | BluewireStat| string | "OEM" _or_ "BTC" + ",Htr" _(if present)_ | From ESP | n/a | | | Date | string | dd/mm/yyyy | To ESP | no | | | DateTime | string | dd/mm/yyyy HH:mm:ss | To ESP | no | | @@ -27,7 +27,7 @@ Certain commands are used to alter the non volatile settings stored by the contr | GlowCurrent | float | 10mA resolution | From ESP | n/a | | | GlowVoltage | float | 0.1V resolution | From ESP | n/a | | | InputVoltage | float | 0.1V resolution | From ESP | n/a | | -| NVsave | int | must be 8861 | To ESP | n/a | | +| NVsave | int | 8861 | To ESP | n/a | **must** be 8861 | | PumpActual | float | 0.1Hz resolution | From ESP | n/a | | | PumpFixed | float | 0.1Hz resolution | From ESP | n/a | | | PumpPrime | int | 0,1 | To ESP | no | | @@ -45,7 +45,7 @@ Certain commands are used to alter the non volatile settings stored by the contr | TempMode | integer | 0,1 | From ESP | | 0=degC
1=degF | | Thermostat | int | 0,1 | To/From ESP | **YES** | | | ThermostatMethod | int | 0,1,2 | To/From ESP | **YES** |0: Conventional
1: User deadband
2: Linear Hz | -| ThermostatWindow | float| 0.2..6.3 | To/From ESP | **YES** | degC span of thermostat window | +| ThermostatWindow | float| 0.2 ... 6.3 | To/From ESP | **YES** | degC span of thermostat window | | Time | string | HH:mm:ss | To ESP | no | | | TimerConflict | integer | timer ID | To/From ESP | | TO: test nominated timer FROM: timer in conflict | | TimerDays | string | # Mon,Tue,Wed,Thu,Fri,Sat,Sun,Next | To/From ESP | **YES** | # = index 1..14 |