spaceapi/generator/template.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2021-01-03 23:04:07 +01:00
{
2023-01-09 23:54:42 +01:00
"api": "0.13",
2023-01-31 21:48:00 +01:00
"space": "c3RE e.V. - Chaostreff Recklinghausen",
2023-01-09 23:54:42 +01:00
"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,
2023-01-31 21:48:00 +01:00
"lat": 51.62435592244,
"timezone": "Europe/Berlin"
2023-01-09 23:54:42 +01:00
},
"contact": {
"twitter": "@c3_re",
"email": "kontakt@c3RE.de",
2023-01-31 21:48:00 +01:00
"issue_mail": "kontakt@c3RE.de",
"matrix": "#hackerhuette:matrix.c3re.de",
"mastodon": "@c3re@chaos.social"
2023-01-09 23:54:42 +01:00
},
"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
}