2021-01-03 23:04:07 +01:00
|
|
|
{
|
2023-01-09 23:54:42 +01:00
|
|
|
"api": "0.13",
|
|
|
|
"space": "Chaostreff Recklinghausen c3RE",
|
|
|
|
"logo": "https://c3re.de/wp-content/uploads/logo/Logo_weiss_rund_schwarzer_Rand.png",
|
|
|
|
"url": "https://c3re.de",
|
|
|
|
"location": {
|
|
|
|
"address": "Westcharweg 101, 45659 Recklinghausen",
|
|
|
|
"lon": 7.1690101828426,
|
|
|
|
"lat": 51.62435592244
|
|
|
|
},
|
|
|
|
"contact": {
|
|
|
|
"twitter": "@c3_re",
|
|
|
|
"email": "kontakt@c3RE.de",
|
|
|
|
"issue_mail": "kontakt@c3RE.de"
|
|
|
|
},
|
|
|
|
"issue_report_channels": ["email"],
|
|
|
|
"state": {
|
|
|
|
"open": "{{doorstatus}}",
|
2023-01-18 13:52:33 +01:00
|
|
|
"lastchange": "{{doorstatus_ts}}",
|
2023-01-09 23:54:42 +01:00
|
|
|
"icon": {
|
|
|
|
"open": "https://c3re.de/doorstatus/open.png",
|
|
|
|
"closed": "https://c3re.de/doorstatus/closed.png"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sensors": {
|
|
|
|
"temperature": [
|
|
|
|
{
|
|
|
|
"location": "Clubraum",
|
|
|
|
"unit": "°C",
|
|
|
|
"value": "{{clubraum_temp}}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"location": "Werkstatt",
|
|
|
|
"unit": "°C",
|
|
|
|
"value": "{{werkstatt_temp}}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"projects": ["https://github.com/c3re", "https://git.c3re.de"]
|
2021-01-03 23:04:07 +01:00
|
|
|
}
|