-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 893 Bytes
/
server.json
File metadata and controls
24 lines (24 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "iAquaLink",
"docs": "https://github.com/Goose66/iaqualink-polyglotv2",
"type": "python3",
"executable": "iaqua-poly.py",
"install": "install.sh",
"install_cloud": "install_cloud.sh",
"description": "Control yout Jandy® AquaLink® pool controllers and accessories through the iAquaLink™ cloud service.",
"notice": "",
"shortPoll": "15",
"longPoll": "120",
"testMode": false,
"profile_version": "1.0",
"credits": [
{
"title": "iaqua-poly: a Polyglot NodeServer for iAquaLink™ cloud service.",
"author": "W. Randy King (Goose66)",
"version": "1.0.7",
"date": "June 13, 2021",
"source": "https://github.com/Goose66/iaqualink-polyglotv2",
"license": "https://github.com/Goose66/iaqualink-polyglotv2/master/LICENSE"
}
]
}