2024-01-15 03:25:48 +01:00
|
|
|
{
|
|
|
|
"dynamic": {
|
|
|
|
"sensors": {
|
|
|
|
"temperature": [
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
2024-01-21 03:54:01 +01:00
|
|
|
"unit": "°C",
|
2024-01-15 03:25:48 +01:00
|
|
|
"location": "Hauptraum",
|
|
|
|
"description": "Sensor im Hauptraum"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
2024-01-21 03:54:01 +01:00
|
|
|
"unit": "°C",
|
2024-01-15 03:25:48 +01:00
|
|
|
"location": "Loetschlauch",
|
|
|
|
"description": "Sensor im Lötschlauch (Teil der Werkstatt)"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
2024-01-21 03:54:01 +01:00
|
|
|
"unit": "°C",
|
2024-01-15 03:25:48 +01:00
|
|
|
"location": "Innenhof",
|
|
|
|
"description": "Sensor im Innenhof (erreichbar durch das Flurfenster)"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"humidity": [
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
|
|
|
"unit": "%",
|
|
|
|
"location": "Hauptraum",
|
|
|
|
"description": "Sensor im Hauptraum"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
|
|
|
"unit": "%",
|
|
|
|
"location": "Loetschlauch",
|
|
|
|
"description": "Sensor im Lötschlauch (Teil der Werkstatt)"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"sensor_data": {
|
|
|
|
"unit": "%",
|
|
|
|
"location": "Innenhof",
|
|
|
|
"description": "Sensor im Innenhof (erreichbar durch das Flurfenster)"
|
|
|
|
},
|
|
|
|
"allowed_credentials": [
|
|
|
|
"club-assistant"
|
|
|
|
]
|
|
|
|
}
|
2024-01-22 02:05:48 +01:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
2024-01-15 03:25:48 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"state": {
|
|
|
|
"open": {
|
|
|
|
"allowed_credentials": [
|
|
|
|
"dooris-hauptraum"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|