-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
21 lines (21 loc) · 810 Bytes
/
server.json
File metadata and controls
21 lines (21 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "BondBridge",
"docs": "https://github.com/Goose66/bond-polyglotv2",
"type": "python3",
"executable": "bond-poly.py",
"install": "install.sh",
"description": "Access ceiling fans, embeded lights, shades, and fireplaces through the Olibra Bond™ Bridge via local API.",
"notice": "",
"shortPoll": "60",
"longPoll": "300",
"credits": [
{
"title": "bond-poly: a Polyglot NodeServer for Olibra Bond™ Bridge integration via local API.",
"author": "W. Randy King (Goose66)",
"version": "1.2.7",
"date": "September 24, 2020",
"source": "https://github.com/Goose66/bond-polyglotv2",
"license": "https://github.com/Goose66/bond-polyglotv2/master/LICENSE"
}
]
}