-
Notifications
You must be signed in to change notification settings - Fork 0
/
spaceapi.json
59 lines (59 loc) · 1.55 KB
/
spaceapi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"api": "0.14",
"api_compatibility": ["14"],
"space": "flipdot",
"logo": "https://raw.githubusercontent.com/flipdot/optik/master/logo/png/flipdot-logo-border-text.png",
"url": "https://flipdot.org",
"location": {
"address": "Schillerstraße 25, 34117 Kassel",
"lat": 51.320859320256616,
"lon": 9.495142012928502
},
"spacefed": {
"spacenet": false,
"spacesaml": false,
"spacephone": false
},
"contact": {
"email": "[email protected]",
"issue_mail": "[email protected]",
"irc": "irc://irc.libera.chat/#flipdot",
"matrix": "#general:flipdot.org",
"mastodon": "@[email protected]"
},
"ext_ccc": "erfa",
"issue_report_channels": [
"issue_mail"
],
"open": null,
"state": {
"open": null,
"lastchange": 1465781037,
"projects": [
"https://code.flipdot.org",
"https://github.com/flipdot",
"https://gitlab.com/flipdot"
],
"cache": {
"schedule": "m.02"
}
},
"sensors": {
"temperature": [
{
"value": "12",
"unit": "\u00b0C",
"location": "mainroom"
}
],
"power_consumption": [
{
"unit": "W",
"name": "mainspower",
"description": "overallpowerconsumptionfromourspace",
"location": "firstfloor",
"value": null
}
]
}
}