From ac62a44ce27ae30468dc65f59e3d0bdb9c3429c8 Mon Sep 17 00:00:00 2001 From: Raoul Date: Sat, 3 Oct 2015 14:48:06 +0200 Subject: [PATCH] Updates to wrong json Examples in KNX.md doc file Missing quotes around new key names. --- platforms/KNX.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/platforms/KNX.md b/platforms/KNX.md index 3e649b9..ffb7301 100644 --- a/platforms/KNX.md +++ b/platforms/KNX.md @@ -82,16 +82,16 @@ So the charcteristic section may look like: "Listen": [ "1/1/63" ], - minValue: -18, - maxValue: 30 + "minValue": -18, + "maxValue": 30 }, "TargetTemperature": { "Set": "1/1/62", "Listen": [ "1/1/64" ], - minValue: -4, - maxValue: 12 + "minValue": -4, + "maxValue": 12 } } ```` @@ -179,11 +179,11 @@ Likewise, all percentages of DPT5 can be reversed, if you need a 100% (=255) for - On: DPT 1.001, 1 as on, 0 as off ## TemperatureSensor -- CurrentTemperature: DPT9.001 in °C [listen only] +- CurrentTemperature: DPT9.001 in °C [listen only] ## Thermostat -- CurrentTemperature: DPT9.001 in °C [listen only], -40 to 80°C if not overriden as shown above -- TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored +- CurrentTemperature: DPT9.001 in °C [listen only], -40 to 80°C if not overriden as shown above +- TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored - CurrentHeatingCoolingState: DPT20.102 HVAC, because of the incompatible mapping only off and heating (=auto) are shown, [listen only] - TargetHeatingCoolingState: DPT20.102 HVAC, as above