mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
Update spaceapi 0.12->0.13
This commit is contained in:
parent
066dcc686a
commit
1b074b7271
1 changed files with 45 additions and 23 deletions
68
brmd/brmd.pl
68
brmd/brmd.pl
|
@ -428,29 +428,51 @@ sub web_brmstatus_json {
|
||||||
|
|
||||||
$response->content(<<EOT
|
$response->content(<<EOT
|
||||||
{
|
{
|
||||||
"api":"0.12",
|
"api": "0.13",
|
||||||
"space":"brmlab",
|
"space": "brmlab",
|
||||||
"url":"http://brmlab.cz",
|
"logo": "https://brmlab.cz/_media/brmlab.png",
|
||||||
"icon":{
|
"url": "https://brmlab.cz",
|
||||||
"open":"https://brmlab.cz/status-open-icon.png",
|
"open": ${\($status ? 'true' : 'false')},
|
||||||
"closed":"https://brmlab.cz/status-closed-icon.png"
|
"location": {
|
||||||
},
|
"address": "brmlab o.s., Bubenska 1477/1, 170 00 Prague 7, Czech republic",
|
||||||
"address":"Bubenska 1477/1, 170 00 Praha 7, Czech republic",
|
"lon": 14.4369158,
|
||||||
"contact":{
|
"lat": 50.0984614
|
||||||
"phone":"+420608801582",
|
},
|
||||||
"twitter":"\@brmlab",
|
"contact": {
|
||||||
"facebook":"brmlab",
|
"phone": "+420608801582",
|
||||||
"ml":"brmlab\@brmlab.cz",
|
"sip": "910114321\@sip.odorik.cz",
|
||||||
"irc":"irc://freenode/#brmlab"
|
"irc": "irc://freenode/#brmlab",
|
||||||
},
|
"twitter": "\@brmlab",
|
||||||
"logo":"https://brmlab.cz/_media/brmlab.png",
|
"facebook": "brmlab",
|
||||||
"open":${\($status ? 'true' : 'false')},
|
"foursquare": "4cbdc77cc7228cfa25052cce",
|
||||||
"lastchange":$laststchange,
|
"ml": "brmlab\@brmlab.cz",
|
||||||
"feeds":[
|
"issue_mail": "cmFkYUBicm1sYWIuY3oK"
|
||||||
{"name":"blog","type":"application/rss+xml","url":"https://soup.brmlab.cz/rss"}
|
},
|
||||||
],
|
"issue_report_channels": [
|
||||||
"lat": 50.0984614,
|
"issue_mail"
|
||||||
"lon": 14.4369158
|
],
|
||||||
|
"state": {
|
||||||
|
"open": ${\($status ? 'true' : 'false')},
|
||||||
|
"lastchange": $laststchange,
|
||||||
|
"icon": {
|
||||||
|
"open": "https://brmlab.cz/status-open-icon.png",
|
||||||
|
"closed": "https://brmlab.cz/status-closed-icon.png"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"icon": {
|
||||||
|
"open": "https://brmlab.cz/status-open-icon.png",
|
||||||
|
"closed": "https://brmlab.cz/status-closed-icon.png"
|
||||||
|
},
|
||||||
|
"stream": {
|
||||||
|
"mp4": "http://brmlab.cz/stream.flv"
|
||||||
|
},
|
||||||
|
"projects": [
|
||||||
|
"https://brmlab.cz/project/start",
|
||||||
|
"https://github.com/brmlab"
|
||||||
|
],
|
||||||
|
"cache": {
|
||||||
|
"schedule": "m.02"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
EOT
|
EOT
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue