-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathspaceapi-0.13.json
64 lines (64 loc) · 1.38 KB
/
spaceapi-0.13.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
60
61
62
63
64
{
"api":"0.13",
"space":"xHain",
"logo":"https://x-hain.de/images/global/xhain_logo.svg",
"url":"https://x-hain.de",
"location":{
"address":"xHain hack+makespace, Grünberger Straße 14, 10243 Berlin, Germany",
"lon":52.512815,
"lat":13.4493919
},
"contact":{
"phone":"+49221596194246",
"twitter":"@xhain_hackspace",
"email":"[email protected]",
"sip":"[email protected]",
"chat":"https://mm.x-hain.de",
"issue_mail":"[email protected]"
},
"issue_report_channels":[
"issue_mail",
"email",
"twitter"
],
"state":{
"open":false,
"lastchange":1480800659,
"icon":{
"open":"https://x-hain.de/images/global/xhain_open.png",
"closed":"https://x-hain.de/images/global/xhain_closed.png"
}
},
"projects":[
"https://github.com/xHain-hackspace"
],
"cache":{
"schedule":"m.02"
},
"sensors":{
"temperature":[
{
"value":5.0,
"unit":"°C",
"location":"Front door"
},
{
"value":23.0,
"unit":"°C",
"location":"Lab"
}
],
"humidity":[
{
"value":55,
"unit":"%",
"location":"Lab"
}
],
"total_member_count":[
{
"value":23
}
]
}
}