From 577e6607e4d78688bf52f7e597e989008e9bb4b0 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Sun, 21 Jul 2019 11:21:08 +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 ffb2189..526c56c 100644 --- a/JSON-dictionary.md +++ b/JSON-dictionary.md @@ -55,7 +55,7 @@ Certain commands are used to alter the non volatile settings stored by the contr | TempMax | integer | typ 35 | From ESP | n/a | | | TempMin | integer | typ 8 | From ESP | n/a | | | TempMode | integer | 0,1 | To/From ESP | optional | 0=degC
1=degF | -| TempOffset | float | -10..+10 | To/From ESP | **YES** | Temperature probe offset | +| TempOffset | float | -10.0 .. +10.0 | To/From ESP | **YES** | Temperature probe offset | | 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**|