From 7d113435a5c6e0be3667da8e358253339ea86821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20R=C3=A5ness?= Date: Fri, 22 Sep 2023 14:05:29 +0200 Subject: [PATCH] some small tweaks --- packages/config/config/devices/0x019b/z-water2.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/config/config/devices/0x019b/z-water2.json b/packages/config/config/devices/0x019b/z-water2.json index 1f2a8b02d84f..4d02fe88e690 100755 --- a/packages/config/config/devices/0x019b/z-water2.json +++ b/packages/config/config/devices/0x019b/z-water2.json @@ -2,7 +2,7 @@ "manufacturer": "Heatit", "manufacturerId": "0x019b", "label": "Z-WATER2", - "description": "Relay controller", + "description": "Relay Controller", "devices": [ { "productType": "0x0004", @@ -29,6 +29,7 @@ "minValue": -60, "maxValue": 60, "defaultValue": 0, + "unit": "0.1 °C", "unsigned": false }, { @@ -38,6 +39,7 @@ "minValue": -60, "maxValue": 60, "defaultValue": 0, + "unit": "0.1 °C", "unsigned": false }, { @@ -62,12 +64,11 @@ }, { "#": "5", - "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev", - "label": "Power Restore State" + "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev" }, { "#": "6", - "label": "Output functions", + "label": "Output Behavior", "valueSize": 1, "minValue": 0, "maxValue": 1, @@ -87,6 +88,7 @@ { "#": "7", "label": "Valve Inactivity Exercise", + "description": "How long the relays should be turned on for after 30 days of relay inactivity.", "valueSize": 1, "minValue": 0, "maxValue": 30,