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