Merge PR #648: Netatmo: Add min/max values for co2 sensors

master
jenkins 2023-03-07 19:21:20 +01:00
commit 6766b65f1a
1 changed files with 4 additions and 0 deletions

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