-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackageManifest.json
92 lines (92 loc) · 3.19 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
84
85
86
87
88
89
90
91
92
{
"packageName": "BOND Home Integration",
"minimumHEVersion": "2.1.9",
"author": "Dominick Meglio",
"version": "1.4.0",
"dateReleased": "2021-01-25",
"documentationLink": "https://github.com/dcmeglio/hubitat-bond/blob/master/README.md",
"communityLink": "https://community.hubitat.com/t/support-for-bond-hub/19141",
"releaseNotes": "Added support for the Preset command for shades including a setPosition command that supports 0/50/100 as values.",
"apps" : [
{
"id" : "bf7d70fb-1fa9-436f-9cfc-fb8520cda22a",
"name": "BOND Home Integration",
"namespace": "dcm.bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/apps/BOND_Home_Integration.groovy",
"required": true,
"primary": true
}
],
"drivers" : [
{
"id": "163f6821-e8a7-48fc-8e66-cd787cfe54eb",
"name": "BOND Fan",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fan.groovy",
"required": true
},
{
"id": "2ee51ac2-a006-4f87-bc61-e6eed7f280b0",
"name": "BOND Fireplace",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fireplace.groovy",
"required": true
},
{
"id": "06f5cfc7-ae1b-4d0f-9d2a-8ab38754e86d",
"name": "BOND Motorized Shade",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Motorized_Shade.groovy",
"required": true
},
{
"id": "15e6d172-2f77-4dc6-8914-936e392036bd",
"name": "BOND Generic Device",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Generic_Device.groovy",
"required": true
},
{
"id": "b508d141-e908-45f7-82c3-fa23c83dc6da",
"name": "BOND Fan With Direction",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fan_With_Direction.groovy",
"required": true
},
{
"id": "c84c35cb-986f-4541-a9bd-07eb1a31fad6",
"name": "BOND Fan Light",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fan_Light.groovy",
"required": true
},
{
"id": "95734752-21b1-4d73-bfeb-e106ada30f77",
"name": "BOND Fan Timer Light",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fan_Timer_Light.groovy",
"required": true
},
{
"id": "74eaecfb-abb9-45e4-b890-e02e8efeca89",
"name": "BOND Fan Dimmable Light",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fan_Dimmable_Light.groovy",
"required": true
},
{
"id": "ae715f3d-fc63-44d0-883d-ac9e4feddf80",
"name": "BOND Fireplace Fan",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fireplace_Fan.groovy",
"required": true
},
{
"id": "238e0515-4059-46f0-aa37-662fa7ecefec",
"name": "BOND Fireplace Light",
"namespace": "bond",
"location": "https://raw.githubusercontent.com/dcmeglio/hubitat-bond/master/drivers/BOND_Fireplace_Light.groovy",
"required": true
}
]
}