From 215654bbf5a688d4325ae1aa5b140d926256fb91 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 6 Jan 2020 17:43:25 +0100 Subject: [PATCH 1/2] 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 }, { From 5431fd86abb73b8faeb92f38fa5e480c02b5aac3 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 6 Jan 2020 17:56:46 +0100 Subject: [PATCH 2/2] bump version --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8ab4ed21..fc688756 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +nymea-plugins (0.18.0) UNRELEASED; urgency=medium + + -- Michael Zanetti Mon, 06 Jan 2020 17:54:04 +0100 + nymea-plugins (0.17.0) xenial; urgency=medium [ Michael Zanetti ]