-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackageManifest.json
More file actions
62 lines (62 loc) · 2.15 KB
/
packageManifest.json
File metadata and controls
62 lines (62 loc) · 2.15 KB
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
{
"packageName": "Google SDM API - Nest Integration",
"author": "David Kilgore",
"minimumHEVersion": "1.0.8",
"documentationLink": "https://github.com/dkilgore90/google-sdm-api/blob/master/README.md",
"communityLink": "https://community.hubitat.com/t/pre-release-google-sdm-api-nest-integration/52226",
"dateReleased": "2020-09-30",
"apps": [
{
"id": "6a3eaea7-081a-4764-930a-86165f09a3a7",
"name": "Google SDM API",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-app.groovy",
"required": true,
"oauth": true,
"primary": true,
"version": "1.2.0"
}
],
"drivers": [
{
"id": "eb4a9ee7-6d47-4ed6-985c-1b0b0d324f6c",
"name": "Google Nest Thermostat",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-thermostat.groovy",
"required": false,
"version": "1.0.1"
},
{
"id": "207a67b0-8790-41b9-8b5f-00467d55a00a",
"name": "Google Nest Doorbell",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-doorbell.groovy",
"required": false,
"version": "1.1.0"
},
{
"id": "7992c0e3-57d2-48f1-842a-27c24a25f210",
"name": "Google Nest Camera",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-camera.groovy",
"required": false,
"version": "1.1.0"
},
{
"id": "71462623-8001-44a1-a5d2-0989be1f9989",
"name": "Google Nest Display",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-display.groovy",
"required": false,
"version": "1.1.0"
},
{
"id": "22ba0e62-a91d-4fa1-85f4-f86575d7150f",
"name": "Google Nest Zone Child",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-sdm-api/master/sdm-api-zoneChild.groovy",
"required": false,
"version": "0.0.1"
}
]
}