forked from defunctzombie/hubitat-somfy-mylink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackageManifest.json
26 lines (26 loc) · 880 Bytes
/
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
{
"packageName": "Somfy MyLink",
"minimumHEVersion": "2.2.4",
"author": "Roman Shtylman",
"version": "1.0.1",
"dateReleased": "2021-01-26",
"licenseFile": "",
"releaseNotes": "",
"apps" : [],
"drivers" : [
{
"id" : "6f6fa85b-ddfc-4b62-81ae-8661b1ced5a6",
"name": "Somfy MyLink Hub",
"namespace": "defunctzombie.somfy.mylink",
"location": "https://raw.githubusercontent.com/defunctzombie/hubitat-somfy-mylink/v1.0.1/drivers/SomfyMyLinkHub.groovy",
"required": true
},
{
"id" : "7d542b4a-fb13-4e29-8032-c7f488b442ff",
"name": "Somfy MyLink Shade",
"namespace": "defunctzombie.somfy.mylink",
"location": "https://raw.githubusercontent.com/defunctzombie/hubitat-somfy-mylink/v1.0.1/drivers/SomfyMyLinkShade.groovy",
"required": true
}
]
}