From d0d28556dd011dc953bc58872e8e90425f495de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20R=C3=A5ness?= Date: Mon, 30 Oct 2023 11:30:54 +0100 Subject: [PATCH] fix(config): tweak z-trm6 options (#6464) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: geir råness Co-authored-by: Dominic Griesel --- .../config/config/devices/0x019b/z-trm6.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/packages/config/config/devices/0x019b/z-trm6.json b/packages/config/config/devices/0x019b/z-trm6.json index 089f65cf55b5..4eeb64a0f2f5 100644 --- a/packages/config/config/devices/0x019b/z-trm6.json +++ b/packages/config/config/devices/0x019b/z-trm6.json @@ -44,9 +44,8 @@ "#": "2", "label": "Sensor Mode", "valueSize": 1, - "minValue": 0, - "maxValue": 5, "defaultValue": 1, + "allowManualEntry": false, "options": [ { "label": "Floor", @@ -79,9 +78,8 @@ "label": "External Sensor Resistance", "valueSize": 1, "unit": "kΩ", - "minValue": 0, - "maxValue": 7, "defaultValue": 0, + "allowManualEntry": false, "options": [ { "label": "10", @@ -205,9 +203,8 @@ "#": "13", "label": "Regulation Mode", "valueSize": 1, - "minValue": 0, - "maxValue": 1, "defaultValue": 0, + "allowManualEntry": false, "options": [ { "label": "Hysteresis", @@ -232,9 +229,8 @@ "#": "15", "label": "Temperature Display", "valueSize": 1, - "minValue": 0, - "maxValue": 1, "defaultValue": 0, + "allowManualEntry": false, "options": [ { "label": "Setpoint", @@ -365,9 +361,8 @@ "#": "27", "label": "Operating Mode", "valueSize": 1, - "minValue": 0, - "maxValue": 3, "defaultValue": 1, + "allowManualEntry": false, "options": [ { "label": "Off", @@ -391,9 +386,8 @@ "#": "28", "label": "Open Window Detection", "valueSize": 1, - "minValue": 0, - "maxValue": 1, "defaultValue": 0, + "allowManualEntry": false, "options": [ { "label": "Disabled",