SensorTag: Add min/max to pressure state
parent
bc059d4efd
commit
0e50b5e695
|
|
@ -69,6 +69,8 @@
|
|||
"displayNameEvent": "Barometric pressure changed",
|
||||
"type": "double",
|
||||
"unit": "MilliBar",
|
||||
"minValue": 0,
|
||||
"maxValue": 2000,
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue