forked from tonesto7/nest-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installerManifest.json
71 lines (71 loc) · 2.86 KB
/
installerManifest.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
{
"namespace": "tonesto7",
"repoName": "nest-manager",
"name": "NST Manager",
"author": "Anthony S.",
"description": "The Best Solution to integrate your Nest Products with SmartThings.",
"category": "My Apps",
"videoUrl": "http://f.cl.ly/items/3O2L03471l2K3E3l3K1r/Zombie%20Kid%20Likes%20Turtles.mp4",
"photoUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_manager_5.png",
"bannerUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_manager_5_banner.png",
"smartApps": {
"parent": {
"name": "Nest Manager",
"iconUrl": "https://raw.githubusercontent.com/master/Images/App/nst_manager_5.png",
"published": true,
"oAuth": true,
"version": "5.3.2",
"appUrl": "smartapps/tonesto7/nest-manager.src/nest-manager.groovy"
},
"children": [{
"name": "NST Automations",
"iconUrl": "https://raw.githubusercontent.com/master/Images/App/nst_automations_5.png",
"published": true,
"oAuth": false,
"version": "5.3.1",
"appUrl": "smartapps/tonesto7/nst-automations.src/nst-automations.groovy",
"optional": false
}]
},
"deviceHandlers": [{
"name": "Nest Thermostat",
"iconUrl": "https://s3.amazonaws.com/smartapp-icons/Convenience/App.png",
"published": true,
"version": "5.3.1",
"appUrl": "deviceTypes/tonesto7/nest-thermostat.src/nest-thermostat.groovy",
"optional": false
},
{
"name": "Nest Protect",
"iconUrl": "https://s3.amazonaws.com/smartapp-icons/Convenience/App.png",
"published": true,
"version": "5.3.1",
"appUrl": "deviceTypes/tonesto7/nest-protect.src/nest-protect.groovy",
"optional": false
},
{
"name": "Nest Camera",
"iconUrl": "https://s3.amazonaws.com/smartapp-icons/Convenience/App.png",
"published": false,
"version": "5.3.1",
"appUrl": "deviceTypes/tonesto7/nest-camera.src/nest-camera.groovy",
"optional": false
},
{
"name": "Nest Presence",
"iconUrl": "https://s3.amazonaws.com/smartapp-icons/Convenience/App.png",
"published": false,
"version": "5.3.1",
"appUrl": "deviceTypes/tonesto7/nest-presence.src/nest-presence.groovy",
"optional": false
},
{
"name": "Nest Weather",
"iconUrl": "https://s3.amazonaws.com/smartapp-icons/Convenience/App.png",
"published": false,
"version": "5.3.1",
"appUrl": "deviceTypes/tonesto7/nest-weather.src/nest-weather.groovy",
"optional": false
}
]
}