Netatmo: Add min/max values to pressure state

master
Michael Zanetti 2023-02-02 22:53:29 +01:00
parent bc059d4efd
commit b2a4fdba77
1 changed files with 4 additions and 0 deletions

View File

@ -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
},
{