From 6083d97a623f79a721bcc35cb10c8171003e4657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Nesheim?= Date: Fri, 25 Oct 2024 08:56:48 +0200 Subject: [PATCH] feat(config): add new parameters 17 and 18 for HeatIt TF016_TF021 FW 1.92 (#7287) Co-authored-by: Dominic Griesel --- .../config/devices/0x019b/tf016_tf021.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages/config/config/devices/0x019b/tf016_tf021.json b/packages/config/config/devices/0x019b/tf016_tf021.json index f119e78daa65..38311397c68a 100644 --- a/packages/config/config/devices/0x019b/tf016_tf021.json +++ b/packages/config/config/devices/0x019b/tf016_tf021.json @@ -223,6 +223,32 @@ "minValue": 50, "maxValue": 400, "defaultValue": 210 + }, + { + "#": "17", + "$if": "firmwareVersion >= 1.92", + "label": "Temperature Report Interval", + "valueSize": 2, + "unit": "10 seconds", + "minValue": 0, + "maxValue": 8640, + "defaultValue": 6, + "options": [ + { + "label": "Disable", + "value": 0 + } + ] + }, + { + "#": "18", + "$if": "firmwareVersion >= 1.92", + "label": "Temperature Report Change Threshold", + "valueSize": 1, + "unit": "0.1 °C", + "minValue": 1, + "maxValue": 100, + "defaultValue": 10 } ], "compat": {