-
Notifications
You must be signed in to change notification settings - Fork 0
/
packageManifest.json
52 lines (52 loc) · 1.87 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
{
"packageName": "Advanced Broadlink Remote",
"author": "Maxime Boissonneault",
"version": "1.0",
"minimumHEVersion": "2.3.7",
"dateReleased": "2024-01-05",
"apps": [
{
"id": "ae537814-4aba-4f94-a2fd-0a6d363cdf01",
"name": "Advanced Broadlink Remote Manager",
"namespace": "mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Advanced-Broadlink-Remote/main/Advanced_Broadlink_Remote-Parent.groovy",
"required": true,
"oauth": false,
"primary": false
},
{
"id": "0d24d112-f230-444c-9584-cd9b2b7b4ee6",
"name": "Advanced Broadlink Remote Child",
"namespace": "mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Advanced-Broadlink-Remote/main/Advanced_Broadlink_Remote-Child.groovy",
"required": true,
"oauth": false,
"primary": false
},
{
"id": "39e0e803-48f6-485f-bd58-12f5207a7a64",
"name": "Advanced Broadlink TV Remote Child",
"namespace": "mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Advanced-Broadlink-Remote/main/Advanced_Broadlink_TV_Remote-Child.groovy",
"required": true,
"oauth": false,
"primary": false
}
],
"drivers": [
{
"id": "17757667-1eba-42d3-ad6e-024c3b6ea0f7",
"name": "Advanced Broadlink Remote Device",
"namespace": "mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Advanced-Broadlink-Remote/main/Advanced_Broadlink_Remote-Device.groovy",
"required": true
},
{
"id": "3558a6c8-cc72-402a-8a87-5ca23eb65897",
"name": "Advanced Broadlink TV Remote Device",
"namespace": "mboisson",
"location": "https://raw.githubusercontent.com/mboisson/Hubitat-Advanced-Broadlink-Remote/main/Advanced_Broadlink_TV_Remote-Device.groovy",
"required": true
}
]
}