-
Notifications
You must be signed in to change notification settings - Fork 25
/
installerManifest.json
42 lines (42 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
40
41
42
{
"namespace": "joshualyon",
"repoOwner": "joshualyon",
"repoName": "STWinkRelay",
"repoBranch": "master",
"name": "STWinkRelay",
"author": "Joshua Lyon",
"description": "Super fast LAN integration for the Wink Relay (control and sensor reporting).",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/joshualyon/STWinkRelay/master/images/stwinkrelay_banner.png",
"forumUrl": "https://community.smartthings.com/t/alpha-wink-relay-custom-smartthings-integration/111732",
"releaseType": "production",
"smartApps": {
"parent": {
"name": "Wink Relay",
"iconUrl": "https://raw.githubusercontent.com/joshualyon/STWinkRelay/master/images/wink_relay_icon.png",
"published": true,
"oAuth": false,
"version": "0.3.0",
"appSettings": {},
"appUrl": "smartapps/joshualyon/wink-relay.src/wink-relay.groovy"
},
"children": []
},
"deviceHandlers": [{
"name": "Wink Relay",
"iconUrl": "https://raw.githubusercontent.com/joshualyon/STWinkRelay/master/images/wink_relay_icon.png",
"published": true,
"version": "0.3.0",
"appUrl": "devicetypes/joshualyon/wink-relay.src",
"optional": false
},
{
"name": "Wink Relay Switch",
"iconUrl": "https://raw.githubusercontent.com/joshualyon/STWinkRelay/master/images/wink_relay_icon.png",
"published": true,
"version": "0.3.0",
"appUrl": "devicetypes/joshualyon/wink-relay-switch.src",
"optional": false
}
]
}