Merge PR #661: Netatmo: Add min/max values to pressure state

master
jenkins 2023-03-07 19:21:34 +01:00
commit 3c1dd85afe
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
},
{
@ -246,6 +248,8 @@
"displayName": "Pressure",
"unit": "MilliBar",
"type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0
},
{