-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
24 lines (24 loc) · 1.25 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
{
"name": "La Crosse",
"docs": "https://github.com/psmith3/La-Crosse-Alerts-Poly",
"type": "python3",
"executable": "la_crosse-poly.py",
"install": "install.sh",
"install_cloud": "install_cloud.sh",
"description": "La Crosse Alerts Poly Node Server. Integrates La Crosse Alerts from wireless temperature & humidity sensors and allows monitoring of associated gateways and sensors found in La Crosse Alerts Mobile user account. ISY integration provides Ambient Temperature, Probe Temperature & Relative Humidity; Time Last Seen in minutes; Gateway & sensor online status; RF Link Quality; Low Battery Alerts. Set alerts for any available attributes such as low battery, connection loss, and min / max alerts for temperature and humidity. No subscription required.",
"notice": "Use at your own risk",
"shortPoll": "5",
"longPoll": "60",
"testMode": false,
"profile_version": "2.0.0",
"credits": [
{
"title": "La Crosse",
"author": "Parker Smith",
"version": "2.0.0",
"date": "March 30, 2020",
"source": "https://github.com/psmith3/La-Crosse-Alerts-Poly",
"license": "https://github.com/psmith3/La-Crosse-Alerts-Poly/blob/master/LICENSE"
}
]
}