From 215654bbf5a688d4325ae1aa5b140d926256fb91 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 6 Jan 2020 17:43:25 +0100 Subject: [PATCH] TexasInstruments: Fix pressure unit for sensortag (HectoPascal -> MilliBar) --- texasinstruments/deviceplugintexasinstruments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texasinstruments/deviceplugintexasinstruments.json b/texasinstruments/deviceplugintexasinstruments.json index f61ef12f..7d688011 100644 --- a/texasinstruments/deviceplugintexasinstruments.json +++ b/texasinstruments/deviceplugintexasinstruments.json @@ -68,7 +68,7 @@ "displayName": "Barometric pressure", "displayNameEvent": "Barometric pressure changed", "type": "double", - "unit": "HectoPascal", + "unit": "MilliBar", "defaultValue": 0 }, {