Merge PR #661: Netatmo: Add min/max values to pressure state
commit
3c1dd85afe
|
|
@ -122,6 +122,8 @@
|
|||
"displayName": "Pressure",
|
||||
"unit": "MilliBar",
|
||||
"type": "double",
|
||||
"minValue": 0,
|
||||
"maxValue": 2000,
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
@ -246,6 +248,8 @@
|
|||
"displayName": "Pressure",
|
||||
"unit": "MilliBar",
|
||||
"type": "double",
|
||||
"minValue": 0,
|
||||
"maxValue": 2000,
|
||||
"defaultValue": 0
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue