forked from CCCHH/nix-infra
Add CO2 sensors to spaceapid response
This commit is contained in:
parent
7fd115ca22
commit
12c38aac8b
|
@ -64,6 +64,28 @@
|
||||||
"club-assistant"
|
"club-assistant"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"CO2": [
|
||||||
|
{
|
||||||
|
"sensor_data": {
|
||||||
|
"unit": "ppm",
|
||||||
|
"location": "Hauptraum",
|
||||||
|
"description": "Sensor im Hauptraum (Typ: SCD41)"
|
||||||
|
},
|
||||||
|
"allowed_credentials": [
|
||||||
|
"club-assistant"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_data": {
|
||||||
|
"unit": "ppm",
|
||||||
|
"location": "Loetschlauch",
|
||||||
|
"description": "Sensor im Lötschlauch (Teil der Werkstatt, Typ: SCD41)"
|
||||||
|
},
|
||||||
|
"allowed_credentials": [
|
||||||
|
"club-assistant"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
|
|
Loading…
Reference in a new issue