Merge PR #660: AQI: Add min/max values to pressure state

master
jenkins 2023-03-07 19:21:32 +01:00
commit 87f5ae7f47
1 changed files with 2 additions and 0 deletions

View File

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