-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackageManifest.json
83 lines (83 loc) · 2.68 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"packageName": "LIFX Master",
"author": "Robert Alan Heyes",
"version": "1.0.6",
"minimumHEVersion": "2.2.8",
"dateReleased": "2021-07-18",
"apps": [
{
"id": "943ac10e-f770-499a-8921-7899ea06091d",
"name": "LIFX Master",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXMasterApp.groovy",
"required": true,
"oauth": false,
"primary": true
}
],
"drivers": [
{
"id": "aa6e0abc-efe7-4eb6-9090-2310b6a74837",
"name": "LIFX Color",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXColor.groovy",
"required": false
},
{
"id": "04b16494-f20c-4f5c-8819-21b1ac7660e4",
"name": "LIFX Day and Dusk",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXDayAndDusk.groovy",
"required": false
},
{
"id": "66e3b9bc-6c0e-4969-a2f6-36b81d71d0dd",
"name": "LIFX MultiZone",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXMultiZone.groovy",
"required": false
},
{
"id": "184efd1b-690c-4d40-8add-768822c3feed",
"name": "LIFX Multizone Child",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXMultiZoneChild.groovy",
"required": false
},
{
"id": "82aa2d34-8a99-4c77-bffb-d23f357b0c99",
"name": "LIFXPlus Color",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXPlusColor.groovy",
"required": false
},
{
"id": "2c053a3f-cf49-43d9-bdc0-40e2586fe338",
"name": "LIFX Tile",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXTile.groovy",
"required": false
},
{
"id": "917b6f3e-aa37-4a1d-bce0-b25fbd22a0d5",
"name": "LIFX White",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXWhite.groovy",
"required": false
},
{
"id": "6d756a3a-54e5-4440-883c-51719a0aa5ab",
"name": "LIFX White Mono",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXWhiteMono.groovy",
"required": false
},
{
"id": "a7ba55c1-d8ff-4fe7-a1a3-7100386ebfde",
"name": "LIFX Unknown",
"namespace": "robheyes",
"location": "https://raw.githubusercontent.com/robheyes/lifxcode/master/LIFXUnknown.groovy",
"required": true
}
]
}