Netatmo: Add min/max values for co2 sensors

This commit is contained in:
Michael Zanetti 2022-12-31 12:36:53 +01:00
parent 703cdebdc4
commit ee58f5cd29

View File

@ -138,6 +138,8 @@
"displayName": "CO2",
"unit": "PartsPerMillion",
"type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0
},
{
@ -234,6 +236,8 @@
"displayName": "CO2",
"unit": "PartsPerMillion",
"type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0
},
{