Sensors: Add min/max values to co2sensor
parent
3073745478
commit
d159cdb332
|
|
@ -516,16 +516,16 @@
|
||||||
"id": "755c4c7f-093e-41dd-a38d-9ee18c9890d6",
|
"id": "755c4c7f-093e-41dd-a38d-9ee18c9890d6",
|
||||||
"name": "co2",
|
"name": "co2",
|
||||||
"displayName": "CO2",
|
"displayName": "CO2",
|
||||||
"displayNameEvent": "CO2 changed",
|
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "PartsPerMillion",
|
"unit": "PartsPerMillion",
|
||||||
|
"minValue": 0,
|
||||||
|
"maxValue": 2000,
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "7dc765f8-fa9b-4199-8f21-49ed452f226d",
|
"id": "7dc765f8-fa9b-4199-8f21-49ed452f226d",
|
||||||
"name": "input",
|
"name": "input",
|
||||||
"displayName": "Input value",
|
"displayName": "Input value",
|
||||||
"displayNameEvent": "Input value changed",
|
|
||||||
"displayNameAction": "Set input value",
|
"displayNameAction": "Set input value",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"defaultValue": 0,
|
"defaultValue": 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue