Merge PR #214: TexasInstruments: Fix pressure unit for sensortag

master
Jenkins nymea 2020-01-30 17:24:45 +01:00
commit 7546edd211
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,3 +1,7 @@
nymea-plugins (0.18.0) UNRELEASED; urgency=medium
-- Michael Zanetti <michael.zanetti@guh.io> Mon, 06 Jan 2020 17:54:04 +0100
nymea-plugins (0.17.0) xenial; urgency=medium nymea-plugins (0.17.0) xenial; urgency=medium
[ Michael Zanetti ] [ Michael Zanetti ]

View File

@ -68,7 +68,7 @@
"displayName": "Barometric pressure", "displayName": "Barometric pressure",
"displayNameEvent": "Barometric pressure changed", "displayNameEvent": "Barometric pressure changed",
"type": "double", "type": "double",
"unit": "HectoPascal", "unit": "MilliBar",
"defaultValue": 0 "defaultValue": 0
}, },
{ {