Add unit to pressure sensor interface

This commit is contained in:
Michael Zanetti 2019-02-05 22:46:20 +01:00
parent 16152b98e7
commit 59670b5d04

View File

@ -3,7 +3,8 @@
"states": [
{
"name": "pressure",
"type": "double"
"type": "double",
"unit": "MilliBar"
}
]
}