Merge PR #214: TexasInstruments: Fix pressure unit for sensortag
commit
7546edd211
|
|
@ -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 ]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue