-
-
Notifications
You must be signed in to change notification settings - Fork 176
/
packageManifest.json
58 lines (58 loc) · 2.26 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
{
"packageName": "Echo Speaks",
"author": "Anthony S.",
"version": "4.2.4.0",
"minimumHEVersion": "2.2.4",
"dateReleased": "2023-08-21",
"documentationLink": "https://tonesto7.github.io/echo-speaks-docs",
"communityLink": "https://community.hubitat.com/t/release-echo-speaks-v4/68843",
"licenseFile": "",
"releaseNotes": "Please see Changelog at https://raw.githubusercontent.com/tonesto7/echo-speaks/master/CHANGELOG.md for recent changes.",
"apps": [
{
"id": "4216cb09-591c-452d-9dc7-20f330de8624",
"name": "Echo Speaks",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks.groovy",
"required": true,
"oauth": true,
"version": "4.2.4.0"
},
{
"id": "cd4762db-aa0b-4d32-98ca-06de955dbc33",
"name": "Echo Speaks - Actions",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks-actions.groovy",
"required": true,
"oauth": false,
"version": "4.2.4.0"
},
{
"id": "50ad91a0-eb51-4d6f-98d2-f1654221baa9",
"name": "Echo Speaks - Zones",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks-zones.groovy",
"required": true,
"oauth": false,
"version": "4.2.4.0"
}
],
"drivers": [
{
"id": "f3aa1a73-d2d2-4620-b9e6-2eb32f847d45",
"name": "Echo Speaks Device",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/drivers/echo-speaks-device.groovy",
"required": true,
"version": "4.2.4.0"
},
{
"id": "afac5950-3dc0-4109-95ec-79aa3c7ef208",
"name": "Echo Speaks Zone Device",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/drivers/echo-speaks-zone-device.groovy",
"required": true,
"version": "4.2.4.0"
}
]
}