spaceapi: remove inside sensors for privacy reasons
This commit is contained in:
parent
1ffc959ce3
commit
faffcb7d54
|
@ -2,26 +2,6 @@
|
||||||
"dynamic": {
|
"dynamic": {
|
||||||
"sensors": {
|
"sensors": {
|
||||||
"temperature": [
|
"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": {
|
"sensor_data": {
|
||||||
"unit": "°C",
|
"unit": "°C",
|
||||||
|
@ -34,26 +14,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"humidity": [
|
"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": {
|
"sensor_data": {
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
|
@ -64,28 +24,6 @@
|
||||||
"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