forked from copy-ninja/SmartThings_RainMachine
-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathinstallerManifest.json
39 lines (39 loc) · 1.65 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
{
"namespace": "brbeaird",
"repoOwner": "brbeaird",
"repoName": "SmartThings_RainMachine",
"repoBranch": "master",
"name": "RainMachine",
"author": "Brian Beaird",
"description": "SmartThings integration with the RainMachine Irrigation Controller",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_RainMachine/master/icons/RainmachineBanner.png",
"forumUrl": "https://community.smartthings.com/t/release-rainmachine/8343",
"docUrl": "https://github.com/brbeaird/SmartThings_RainMachine/blob/master/README.md",
"releaseType": "production",
"keywords": ["RainMachine", "irrigation", "irrigation controller", "water", "lawn", "water timer", "sprinkler", "grass", "Yard", "zone"],
"notes": "Nothing to show here (yet)",
"smartApps": {
"parent": {
"name": "Rainmachine",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_RainMachine/master/icons/rainmachine.1x.png",
"published": true,
"oAuth": true,
"version": "3.0.2",
"appSettings": {},
"appUrl": "smartapps/brbeaird/rainmachine.src/rainmachine.groovy"
},
"children": []
},
"deviceHandlers": [{
"name": "RainMachine",
"iconUrl": "https://raw.githubusercontent.com/brbeaird/SmartThings_RainMachine/master/icons/rainmachine.1x.png",
"published": true,
"oAuth": false,
"appUrl": "devicetypes/brbeaird/rainmachine.src/rainmachine.groovy",
"appSettings": {},
"version": "2.1.1",
"optional": false
}
]
}