-
Notifications
You must be signed in to change notification settings - Fork 6
/
packageManifest.json
45 lines (45 loc) · 1.7 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
{
"packageName": "Combined Presence",
"minimumHEVersion": "2.2.1",
"author": "Joel Wetzel",
"version": "2.2.1",
"dateReleased": "2021-8-4",
"licenseFile": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Auto-Shades/master/LICENSE",
"releaseNotes": "Fixed a naming typo. You may need to re-save your existing combiners to get them working.",
"communityLink": "https://community.hubitat.com/t/release-combined-presence",
"documentationLink": "https://github.com/joelwetzel/Hubitat-Combined-Presence",
"apps" : [
{
"id" : "fed423cf-a423-40dd-aa1d-caec4e5c9b1a",
"name": "Combined Presence",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Combined-Presence/master/combinedPresence.groovy",
"required": true,
"oauth": false
},
{
"id" : "79ee138e-32bc-454d-b72a-3421ea96414c",
"name": "Combined Presence Instance",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Combined-Presence/master/combinedPresenceInstance.groovy",
"required": true,
"oauth": false
},
{
"id" : "1e856b6a-c3f3-4291-ae52-4636d9f54ff2",
"name": "Advanced Combined Presence Instance",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Combined-Presence/master/advancedCombinedPresenceInstance.groovy",
"required": true,
"oauth": false
},
{
"id" : "9519f78e-6876-453f-b52e-1bdf704fdf06",
"name": "Standard Combined Presence Instance",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Combined-Presence/master/standardCombinedPresenceInstance.groovy",
"required": true,
"oauth": false
}
]
}