forked from Lcstyle/HBBWASpaManager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
packageManifest.json
67 lines (67 loc) · 3.14 KB
/
packageManifest.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"packageName": "BWA Spa Manager",
"author": "Kurt Sanders",
"minimumHEVersion": "2.3.8",
"dateReleased": "2024-02-13",
"version": "1.3.1",
"documentationLink": "https://github.com/KurtSanders/HBBWASpaManager/blob/master/README.md",
"communityLink": "https://community.hubitat.com/t/release-hb-bwa-spamanager/128842",
"licenseFile": "",
"releaseNotes": "REQUIRES HPM v1.9.2 or higher for HPM install or update.\n1. Added code for handling inital logging type and time values during new installation.\n2. Added code for handling unexpected spa offline processing and resetting currentValue of pump switches and speed values.\n3. Converted all state variables to immediate atomicState.\n4. Converted realtime BWA http processing to the runIN background which will speed up UI during exit.\n5. Added a new data attribute, 'spaTimeLocalDeltaMins', to the spa parent device which will calculate the delta mins between spa time and hub local time. This new data value can be used in a RM/WebCore piston to evaulate the delta time between the spa and local hub time and then use parent spa device command 'setSpaToLocalTime' to sync spa time to local hub time.\n6. Added 'Pause' and 'Resume' button in app UI to allow user to temporarily stop & resume cloud polling.",
"bundles": [
{
"id": "3da05b78-d0d5-42a3-b45d-57df2002a191",
"name": "BWA Spa Manager Bundle",
"namespace": "kurtsanders",
"version": "0.0.1",
"location": "https://github.com/KurtSanders/HBBWASpaManager/raw/master/bundles/BWASpaManagerBundle.zip",
"required": true
},
{
"id": "b438d8c9-c3bb-45b6-9dcd-a5f0fb931617",
"name": "SanderSoft Bundle",
"namespace": "kurtsanders",
"version": "0.0.1",
"location": "https://github.com/KurtSanders/HubitatPackages/raw/master/resources/bundles/SanderSoftBundle.zip",
"required": true
}
],
"apps": [
{
"id": "bc4ae4ab-f0eb-4505-a677-21ce430b3823",
"name": "BWA Spa Manager",
"namespace": "kurtsanders",
"location": "https://raw.githubusercontent.com/KurtSanders/HBBWASpaManager/master/HBBWASpaManager_App.groovy",
"version": "1.3.1",
"required": true,
"primary": true,
"oauth": false
}
],
"drivers": [
{
"id": "d1747691-8d6e-4448-9aae-b0981fc6915a",
"name": "HB BPA SPA Parent",
"version": "1.3.1",
"namespace": "kurtsanders",
"location": "https://raw.githubusercontent.com/KurtSanders/HBBWASpaManager/master/HBBWASpaManager_Parent_Device.groovy",
"required": true
},
{
"id": "b9105e48-ae2e-45af-8826-5ceb8e52ae92",
"name": "HB BWA SPA Switch",
"version": "1.3.1",
"namespace": "kurtsanders",
"location": "https://raw.githubusercontent.com/KurtSanders/HBBWASpaManager/master/HBBWASpaManager_Switch_Device.groovy",
"required": true
},
{
"id": "4e9c94b5-f0c2-41db-a90d-40aa29e5d749",
"name": "HB BWA SPA Thermostat",
"version": "1.3.0",
"namespace": "kurtsanders",
"location": "https://raw.githubusercontent.com/KurtSanders/HBBWASpaManager/master/HBBWASpaManager_Thermostat_Device.groovy",
"required": true
}
]
}