From 2c6b0c3d2217f3b858f470a179743dd4d6c11a95 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Wed, 3 Jul 2019 11:55:23 +0000 Subject: [PATCH] Update JSON dictionary --- JSON-dictionary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSON-dictionary.md b/JSON-dictionary.md index 5bfd57f..c01f4e1 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -60,8 +60,8 @@ Certain commands are used to alter the non volatile settings stored by the contr | TempMode | integer | 0,1 | To/From ESP | optional | 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 | -| ThermostatOvertemp | int | 0, 2..10 | To/From ESP | **YES** | Cyclic mode
Shutdown (suspend) heater if this much over set point.
0 => disabled
** Deprecated**| -| ThermostatUndertemp | int | -20..0 | To/From ESP | **YES** | Cyclic mode
Restart heater if this much below set point
** Deprecated**| +| ThermostatOvertemp | int | 0, 2..10 | To/From ESP | **YES** | Cyclic mode
Shutdown (suspend) heater if this much over set point.
0 => disabled
**Deprecated**| +| ThermostatUndertemp | int | -20..0 | To/From ESP | **YES** | Cyclic mode
Restart heater if this much below set point
**Deprecated**| | ThermostatWindow | float| 0.2 ... 10.0 | 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 |