-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackageManifest.json
48 lines (48 loc) · 1.72 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
{
"packageName": "Luxor Lighting Controller",
"author": "Russell Goldin",
"version": "1.2.2",
"minimumHEVersion": "2.1.9",
"dateReleased": "2023-02-06",
"apps": [
{
"id": "32859653-ddce-45e8-8829-baa1af0ffca3",
"name": "Luxor",
"namespace": "tagyoureit",
"location": "https://raw.githubusercontent.com/tagyoureit/hubitat-luxor/master/smartapps/tagyoureit/luxor.src/luxor.groovy",
"required": true,
"oauth": false,
"primary": false
}
],
"drivers": [
{
"id": "1992250d-4e59-4aca-b5f2-ce46b283ac8c",
"name": "Luxor Color Group",
"namespace": "tagyoureit",
"location": "https://raw.githubusercontent.com/tagyoureit/hubitat-luxor/master/devicetypes/tagyoureit/luxor-color-group.src/luxor-color-group.groovy",
"required": true
},
{
"id": "0cdf5c9e-aa64-4eb3-bb29-5afc85e8ff16",
"name": "Luxor Controller",
"namespace": "tagyoureit",
"location": "https://raw.githubusercontent.com/tagyoureit/hubitat-luxor/master/devicetypes/tagyoureit/luxor-controller.src/luxor-controller.groovy",
"required": true
},
{
"id": "9c4e57d8-5d49-48ed-af3c-43d4f482f7fe",
"name": "Luxor Monochrome Group",
"namespace": "tagyoureit",
"location": "https://raw.githubusercontent.com/tagyoureit/hubitat-luxor/master/devicetypes/tagyoureit/luxor-monochrome-group.src/luxor-monochrome-group.groovy",
"required": true
},
{
"id": "2cd45e2a-c391-4529-a32b-373d2a4ff6bf",
"name": "Luxor Theme",
"namespace": "tagyoureit",
"location": "https://raw.githubusercontent.com/tagyoureit/hubitat-luxor/master/devicetypes/tagyoureit/luxor-theme.src/luxor-theme.groovy",
"required": true
}
]
}