-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackageManifest.json
29 lines (29 loc) · 1.07 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
{
"packageName": "Switch Bindings",
"minimumHEVersion": "2.2.1",
"author": "Joel Wetzel",
"version": "2.0.3",
"dateReleased": "2024-03-05",
"licenseFile": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Auto-Shades/master/LICENSE",
"releaseNotes": "1) Can now toggle which events or attributes are synced. 2) Can now sync HELD/RELEASED events.",
"communityLink": "https://community.hubitat.com/t/release-switch-bindings",
"documentationLink": "https://github.com/joelwetzel/Hubitat-Switch-Bindings",
"apps" : [
{
"id" : "b822a9cd-d354-4f6c-916b-9358301ac031",
"name": "Switch Bindings",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Switch-Bindings/master/SwitchBindings.groovy",
"required": true,
"oauth": false
},
{
"id" : "d680f3c1-35c4-415f-8857-4a2650024d24",
"name": "Switch Binding Instance",
"namespace": "joelwetzel",
"location": "https://raw.githubusercontent.com/joelwetzel/Hubitat-Switch-Bindings/master/SwitchBindingInstance.groovy",
"required": true,
"oauth": false
}
]
}