Merge PR #648: Netatmo: Add min/max values for co2 sensors
This commit is contained in:
commit
6766b65f1a
@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user