From 0e50b5e695578bf0e6002d7d606f4c0999e5da64 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 3 Feb 2023 08:59:34 +0100 Subject: [PATCH] SensorTag: Add min/max to pressure state --- texasinstruments/integrationplugintexasinstruments.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/texasinstruments/integrationplugintexasinstruments.json b/texasinstruments/integrationplugintexasinstruments.json index f6bc6778..df7e82d5 100644 --- a/texasinstruments/integrationplugintexasinstruments.json +++ b/texasinstruments/integrationplugintexasinstruments.json @@ -69,6 +69,8 @@ "displayNameEvent": "Barometric pressure changed", "type": "double", "unit": "MilliBar", + "minValue": 0, + "maxValue": 2000, "defaultValue": 0 }, {