Netatmo: Add min/max values to pressure state

This commit is contained in:
Michael Zanetti 2023-02-02 22:53:29 +01:00
parent bc059d4efd
commit b2a4fdba77

View File

@ -122,6 +122,8 @@
"displayName": "Pressure", "displayName": "Pressure",
"unit": "MilliBar", "unit": "MilliBar",
"type": "double", "type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0 "defaultValue": 0
}, },
{ {
@ -242,6 +244,8 @@
"displayName": "Pressure", "displayName": "Pressure",
"unit": "MilliBar", "unit": "MilliBar",
"type": "double", "type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0 "defaultValue": 0
}, },
{ {