generated from madenwala/SmartThings-SugarThings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallerManifest.json
28 lines (28 loc) · 1.18 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
{
"namespace": "madenwala",
"repoOwner": "madenwala",
"repoName": "SmartThings-WindowMonitor",
"repoBranch": "master",
"name": "Window Monitor for SmartThings",
"author": "Mohammed Adenwala",
"description": "Hour weather forcasts to detect upcoming precipitation and remind you to close any open windows.",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/madenwala/SmartThings-WindowMonitor/master/icons/IconBanner.png",
"forumUrl": "https://github.com/madenwala/SmartThings-WindowMonitor/blob/master/README.md",
"docUrl": "https://github.com/madenwala/SmartThings-WindowMonitor/blob/master/README.md",
"releaseType": "production",
"keywords": [ "windows", "weather", "rain", "precipitation", "snow", "monitor", "contact sensors" ],
"notes": "Nothing to show here (yet)",
"smartApps": {
"parent": {
"name": "Window Monitor",
"iconUrl": "https://raw.githubusercontent.com/madenwala/SmartThings-WindowMonitor/master/icons/Icon.png",
"published": true,
"oAuth": true,
"version": "0.1.0",
"appSettings": {},
"appUrl": "smartapps/madenwala/windowmonitor.src/windowmonitor.groovy"
},
"children": []
}
}