AQI: Add min/max values to pressure state

master
Michael Zanetti 2023-02-02 22:42:58 +01:00
parent bc059d4efd
commit c226ec93e1
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
},
{