Update JSON dictionary
parent
6ce960f558
commit
5cfea38e9e
1 changed files with 3 additions and 3 deletions
|
@ -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.**
|
**These must be followed up with a NVSave command.**
|
||||||
|
|
||||||
| **Name** | **Value Type** | **Typical Values** | **Direction** | **Require NVsave** | **Note** |
|
| **Name** | **Value Type** | **Typical Values** | **Direction** | **Require NVsave** | **Note** |
|
||||||
| ------ | ------ | ------ | ------ | :------: | :------ |
|
| ------ | ------ | ------ | ------ | :------: | ------ |
|
||||||
| BluewireStat| string | "OEM" _or_ "BTC" + ",Htr" _(if present)_ | From ESP | n/a | |
|
| BluewireStat| string | "OEM" _or_ "BTC" + ",Htr" _(if present)_ | From ESP | n/a | |
|
||||||
| Date | string | dd/mm/yyyy | To ESP | no | |
|
| Date | string | dd/mm/yyyy | To ESP | no | |
|
||||||
| DateTime | string | dd/mm/yyyy HH:mm:ss | 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 | |
|
| 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 | |
|
||||||
| InputVoltage | 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 | |
|
| PumpActual | float | 0.1Hz resolution | From ESP | n/a | |
|
||||||
| PumpFixed | float | 0.1Hz resolution | From ESP | n/a | |
|
| PumpFixed | float | 0.1Hz resolution | From ESP | n/a | |
|
||||||
| PumpPrime | int | 0,1 | To ESP | no | |
|
| 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<BR>1=degF |
|
| TempMode | integer | 0,1 | From ESP | | 0=degC<BR>1=degF |
|
||||||
| Thermostat | int | 0,1 | To/From ESP | **YES** | |
|
| Thermostat | int | 0,1 | To/From ESP | **YES** | |
|
||||||
| ThermostatMethod | int | 0,1,2 | To/From ESP | **YES** |0: Conventional <BR>1: User deadband<BR>2: Linear Hz |
|
| ThermostatMethod | int | 0,1,2 | To/From ESP | **YES** |0: Conventional <BR>1: User deadband<BR>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 | |
|
| Time | string | HH:mm:ss | To ESP | no | |
|
||||||
| TimerConflict | integer | timer ID | To/From ESP | | TO: test nominated timer FROM: timer in conflict |
|
| 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 |
|
| TimerDays | string | # Mon,Tue,Wed,Thu,Fri,Sat,Sun,Next | To/From ESP | **YES** | # = index 1..14 |
|
||||||
|
|
Loading…
Reference in a new issue