Merge PR #648: Netatmo: Add min/max values for co2 sensors
This commit is contained in:
commit
6766b65f1a
@ -138,6 +138,8 @@
|
|||||||
"displayName": "CO2",
|
"displayName": "CO2",
|
||||||
"unit": "PartsPerMillion",
|
"unit": "PartsPerMillion",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
|
"minValue": 0,
|
||||||
|
"maxValue": 2000,
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -234,6 +236,8 @@
|
|||||||
"displayName": "CO2",
|
"displayName": "CO2",
|
||||||
"unit": "PartsPerMillion",
|
"unit": "PartsPerMillion",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
|
"minValue": 0,
|
||||||
|
"maxValue": 2000,
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user