From 8a720f5a0f0a7024c05fa837a263b3db397bf913 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 12 Dec 2022 17:21:38 +0100 Subject: [PATCH] Thermostat: Allow a wider range for min/may values --- .../integrationplugingenericheatingcooling.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/genericheatingcooling/integrationplugingenericheatingcooling.json b/genericheatingcooling/integrationplugingenericheatingcooling.json index b1d16f3..03e8f9f 100644 --- a/genericheatingcooling/integrationplugingenericheatingcooling.json +++ b/genericheatingcooling/integrationplugingenericheatingcooling.json @@ -104,8 +104,8 @@ "displayName": "Minimum temperature", "type": "double", "unit": "DegreeCelsius", - "minValue": -20, - "maxValue": 49, + "minValue": -100, + "maxValue": 99, "defaultValue": -20 }, { @@ -114,8 +114,8 @@ "displayName": "Maximum temperature", "type": "double", "unit": "DegreeCelsius", - "minValue": -19, - "maxValue": 50, + "minValue": -99, + "maxValue": 100, "defaultValue": 50 } ],