forked from timekillerj/udi-poly-lutroncaseta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
22 lines (22 loc) · 785 Bytes
/
server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "LutronCaseta",
"docs": "https://github.com/timekillerj/udi-poly-lutroncaseta",
"type": "python3",
"executable": "lutroncaseta-poly.py",
"install": "install.sh",
"install_cloud": "install_cloud.sh",
"description": "Lutron Caseta node server",
"notice": "I'm responsible if this blows up",
"shortPoll": "120",
"longPoll": "240",
"credits": [
{
"title": "lutroncaseta: a NodeServer for Lutron Caseta integration",
"author": "timekillerj",
"version": "0.0.4",
"date": "September 24 2019",
"source": "https://github.com/timekillerj/udi-poly-lutroncaseta",
"license": "https://github.com/timekillerj/udi-poly-lutroncaseta/master/LICENSE"
}
]
}