This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
installerManifest.json
91 lines (91 loc) · 3.49 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"namespace": "tonesto7",
"repoOwner": "tonesto7",
"repoName": "nest-manager",
"repoBranch": "master",
"name": "NST Manager",
"author": "Anthony S.",
"description": "The Best Solution to integrate your Nest Products into the SmartThings Enviroment.",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_manager_5_banner.png",
"forumUrl": "https://community.smartthings.com/t/release-nst-manager-v5-0/",
"docUrl": "http://thingsthataresmart.wiki/index.php?title=NST_Manager",
"releaseType": "production",
"keywords": [
"nest",
"thermostat",
"nst",
"camera",
"protect",
"smoke",
"carbon",
"monoxide"
],
"notes": "Nothing to show here (yet)",
"smartApps": {
"parent": {
"name": "Nest Manager",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_manager_5.png",
"published": true,
"oAuth": true,
"version": "5.6.4",
"appSettings": {
"clientId": "",
"clientSecret": "",
"devOpt": "false"
},
"appUrl": "smartapps/tonesto7/nest-manager.src/nest-manager.groovy"
},
"children": [{
"name": "NST Automations",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/nst_automations_5.png",
"published": true,
"oAuth": false,
"version": "5.5.0",
"appSettings": {},
"appUrl": "smartapps/tonesto7/nst-automations.src/nst-automations.groovy",
"optional": false
}]
},
"deviceHandlers": [{
"name": "Nest Thermostat",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/thermostat_icon.png",
"published": true,
"version": "5.4.6",
"appUrl": "deviceTypes/tonesto7/nest-thermostat.src/nest-thermostat.groovy",
"optional": false
},
{
"name": "Nest Protect",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/protect_icon.png",
"published": true,
"version": "5.4.3",
"appUrl": "deviceTypes/tonesto7/nest-protect.src/nest-protect.groovy",
"optional": false
},
{
"name": "Nest Camera",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/camera_icon.png",
"published": true,
"version": "5.4.5",
"appUrl": "deviceTypes/tonesto7/nest-camera.src/nest-camera.groovy",
"optional": false
},
{
"name": "Nest Presence",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/presence_icon.png",
"published": true,
"version": "5.4.4",
"appUrl": "deviceTypes/tonesto7/nest-presence.src/nest-presence.groovy",
"optional": true
},
{
"name": "Nest Weather",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/nest-manager/master/Images/App/weather_icon.png",
"published": true,
"version": "5.5.2",
"appUrl": "deviceTypes/tonesto7/nest-weather.src/nest-weather.groovy",
"optional": true
}
]
}