From c11a6c05c4deeb557607c177bc80607e2aebcfbd Mon Sep 17 00:00:00 2001 From: Illia Antypenko Date: Thu, 23 Mar 2023 22:40:03 +0100 Subject: [PATCH] Add units for new settings --- app.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 69885c9..dc88cb8 100644 --- a/app.json +++ b/app.json @@ -1226,11 +1226,12 @@ "type": "number", "value": 3500, "min": 100, + "units": { "en": "ms" }, "label": { "en": "Polling interval" }, "hint": { - "en": "Interval between polling status from HVAC (ms)" + "en": "Interval between polling status from HVAC" } }, { @@ -1238,11 +1239,12 @@ "type": "number", "value": 3000, "min": 100, + "units": { "en": "ms" }, "label": { "en": "Polling timeout" }, "hint": { - "en": "Timeout for the response from the HVAC during polling process (ms)" + "en": "Timeout for the response from the HVAC during polling process" } }, {