--wip-- [skip ci]
This commit is contained in:
parent
ccf3981d8d
commit
7a8b904852
10 changed files with 282 additions and 191 deletions
|
|
@ -1,111 +1,112 @@
|
|||
{
|
||||
"credentials": {
|
||||
"club-assistant": {
|
||||
"username": "club-assistant",
|
||||
"password": "clubmiau"
|
||||
},
|
||||
"dooris-hauptraum": {
|
||||
"username": "dooris-hauptraum",
|
||||
"password": "doorimiau"
|
||||
}
|
||||
},
|
||||
"dynamic": {
|
||||
"sensors": {
|
||||
"temperature": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "°C",
|
||||
"location": "Hauptraum",
|
||||
"name": "Kueche",
|
||||
"description": "Sensor im Ofen"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "°C",
|
||||
"location": "Hauptraum",
|
||||
"description": "Sensor im Hauptraum"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
],
|
||||
"humidity": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "%",
|
||||
"location": "Hauptraum",
|
||||
"name": "Kueche",
|
||||
"description": "Sensor im Wasserhahn"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
],
|
||||
"beverage_supply": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "btl"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"state": {
|
||||
"open": {
|
||||
"allowed_credentials": [
|
||||
"dooris-hauptraum"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"api_compatibility": [
|
||||
"14"
|
||||
],
|
||||
"space": "CCCHH",
|
||||
"logo": "https://hamburg.ccc.de/images/logo.svg",
|
||||
"ext_ccc": "erfa",
|
||||
"url": "https://hamburg.ccc.de/",
|
||||
"location": {
|
||||
"address": "Zeiseweg 9, 22765 Hamburg, Germany",
|
||||
"lon": 9.94444,
|
||||
"lat": 53.5584
|
||||
},
|
||||
"contact": {
|
||||
"phone": "+49 40 23830150",
|
||||
"irc": "ircs://irc.hackint.org:6697/#ccchh",
|
||||
"mastodon": "@ccchh@chaos.social",
|
||||
"email": "mail@hamburg.ccc.de",
|
||||
"ml": "talk@hamburg.ccc.de",
|
||||
"matrix": "#ccchh:hamburg.ccc.de"
|
||||
},
|
||||
"feeds": {
|
||||
"blog": {
|
||||
"type": "application/rss+xml",
|
||||
"url": "https://hamburg.ccc.de/feed.xml"
|
||||
},
|
||||
"calendar": {
|
||||
"type": "ical",
|
||||
"url": "webcal://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/QJAdExziSnNJEz5g/?export"
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"name": "Wiki",
|
||||
"url": "https://wiki.hamburg.ccc.de"
|
||||
},
|
||||
{
|
||||
"name": "Git (Forgejo)",
|
||||
"url": "https://git.hamburg.ccc.de"
|
||||
}
|
||||
]
|
||||
}
|
||||
"credentials": {
|
||||
"club-assistant": {
|
||||
"username": "club-assistant",
|
||||
"password": "clubmiau"
|
||||
},
|
||||
"dooris-hauptraum": {
|
||||
"username": "dooris-hauptraum",
|
||||
"password": "doorimiau"
|
||||
}
|
||||
},
|
||||
"dynamic": {
|
||||
"sensors": {
|
||||
"temperature": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "°C",
|
||||
"location": "Hauptraum",
|
||||
"name": "Kueche",
|
||||
"description": "Sensor im Ofen"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "°C",
|
||||
"location": "Hauptraum",
|
||||
"description": "Sensor im Hauptraum"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
],
|
||||
"humidity": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "%",
|
||||
"location": "Hauptraum",
|
||||
"name": "Kueche",
|
||||
"description": "Sensor im Wasserhahn"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
],
|
||||
"beverage_supply": [
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "btl"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"club-assistant"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"state": {
|
||||
"open": {
|
||||
"allowed_credentials": [
|
||||
"dooris-hauptraum"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"api_compatibility": [
|
||||
"14",
|
||||
"15"
|
||||
],
|
||||
"space": "CCCHH",
|
||||
"logo": "https://hamburg.ccc.de/images/logo.svg",
|
||||
"ext_ccc": "erfa",
|
||||
"url": "https://hamburg.ccc.de/",
|
||||
"location": {
|
||||
"address": "Zeiseweg 9, 22765 Hamburg, Germany",
|
||||
"lon": 9.94444,
|
||||
"lat": 53.5584
|
||||
},
|
||||
"contact": {
|
||||
"phone": "+49 40 23830150",
|
||||
"irc": "ircs://irc.hackint.org:6697/#ccchh",
|
||||
"mastodon": "@ccchh@chaos.social",
|
||||
"email": "mail@hamburg.ccc.de",
|
||||
"ml": "talk@hamburg.ccc.de",
|
||||
"matrix": "#ccchh:hamburg.ccc.de"
|
||||
},
|
||||
"feeds": {
|
||||
"blog": {
|
||||
"type": "application/rss+xml",
|
||||
"url": "https://hamburg.ccc.de/feed.xml"
|
||||
},
|
||||
"calendar": {
|
||||
"type": "ical",
|
||||
"url": "webcal://cloud.hamburg.ccc.de/remote.php/dav/public-calendars/QJAdExziSnNJEz5g/?export"
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"name": "Wiki",
|
||||
"url": "https://wiki.hamburg.ccc.de"
|
||||
},
|
||||
{
|
||||
"name": "Git (Forgejo)",
|
||||
"url": "https://git.hamburg.ccc.de"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue