-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathserver.json
28 lines (28 loc) · 1.16 KB
/
server.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
{
"name": "AVRemote",
"docs": "https://github.com/firstone/RESTRemote/blob/master/README.md",
"type": "python3",
"executable": "polyrestremote.py --serverConfig cfg/server_config.yaml",
"install": "install.sh",
"shortPoll": 15,
"longPoll": 60,
"description": "Universal A/V remote control. Supported: nVidia Shield, LG TV, Tivo, Denon AVR, Onkyo AVR, ESP8266 IR, Chromecast",
"notice": "https://github.com/firstone/RESTRemote/blob/master/LICENSE",
"credits": [
{
"title": "A/V Remote",
"author": "FirstOne",
"source": "https://github.com/firstone/RESTRemote",
"license": "https://github.com/firstone/RESTRemote/blob/master/LICENSE",
"version": "0.9.2"
},
{
"title": "udi-poly-template-python: A Polyglot v2 Poly template",
"author": "James Milne (Einstein.42)",
"version": "2.0.0",
"date": "November 8, 2017",
"source": "https://github.com/Einstein42/udi-poly-template-python",
"license": "https://raw.githubusercontent.com/Einstein42/udi-poly-template-python/master/LICENSE"
}
]
}