forked from CCCHH/nix-infra
June
aa25b300e3
See: https://github.com/SpaceApi/directory/pull/247#pullrequestreview-1825757336 CCCHH/spaceapid#26 https://spaceapi.io/docs/#schema-key-sensors-temperature-unit
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"dynamic": {
|
|
"sensors": {
|
|
"temperature": [
|
|
{
|
|
"sensor_data": {
|
|
"unit": "°C",
|
|
"location": "Hauptraum",
|
|
"description": "Sensor im Hauptraum"
|
|
},
|
|
"allowed_credentials": [
|
|
"club-assistant"
|
|
]
|
|
},
|
|
{
|
|
"sensor_data": {
|
|
"unit": "°C",
|
|
"location": "Loetschlauch",
|
|
"description": "Sensor im Lötschlauch (Teil der Werkstatt)"
|
|
},
|
|
"allowed_credentials": [
|
|
"club-assistant"
|
|
]
|
|
},
|
|
{
|
|
"sensor_data": {
|
|
"unit": "°C",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"state": {
|
|
"open": {
|
|
"allowed_credentials": [
|
|
"dooris-hauptraum"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|