Sensors: Add min/max values to co2sensor

co2sensor-min-max
Michael Zanetti 2022-12-31 12:45:03 +01:00
parent 3073745478
commit d159cdb332
1 changed files with 2 additions and 2 deletions

View File

@ -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,