-
Notifications
You must be signed in to change notification settings - Fork 2
/
packageManifest.json
18 lines (18 loc) · 987 Bytes
/
packageManifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"packageName": "Stelpro Allia Zigbee Thermostat",
"author": "Maxime Boissonneault",
"releaseNotes": "v1.2: fix thermostatModes and thermostatFanModes so that they work with the new Easy Dashboards. v1.1.1: fix refresh not happening after change of state, add offset so that thermostats don't all refresh in the same minute\nv1.1: Add configurable internal scheduled refresh operations to get power since these thermostats do not always report power change",
"version": "1.2",
"minimumHEVersion": "2.3.4",
"dateReleased": "2022-12-22",
"licenseFile": "https://raw.githubusercontent.com/mboisson/Hubitat-Stelpro-Allia-Thermostat/main/LICENSE",
"drivers": [
{
"id": "c20877cc-a3c5-47c1-a4e6-df35ac028d6b",
"name": "Stelpro Allia ZigBee Thermostat",
"namespace": "Mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Stelpro-Allia-Thermostat/main/Stelpro_Allia_ZigBee_Thermostat.groovy",
"required": true
}
]
}