Merge PR #648: Netatmo: Add min/max values for co2 sensors
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…
Reference in New Issue