Netatmo: Add min/max values to pressure state
This commit is contained in:
parent
bc059d4efd
commit
b2a4fdba77
@ -122,6 +122,8 @@
|
||||
"displayName": "Pressure",
|
||||
"unit": "MilliBar",
|
||||
"type": "double",
|
||||
"minValue": 0,
|
||||
"maxValue": 2000,
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
@ -242,6 +244,8 @@
|
||||
"displayName": "Pressure",
|
||||
"unit": "MilliBar",
|
||||
"type": "double",
|
||||
"minValue": 0,
|
||||
"maxValue": 2000,
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user