forked from tonesto7/homebridge-smartthings-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installerManifest.json
33 lines (33 loc) · 1.21 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
{
"namespace": "tonesto7",
"repoOwner": "tonesto7",
"repoName": "homebridge-smartthings-v2",
"repoBranch": "master",
"name": "Homebridge v2",
"author": "Anthony S.",
"description": "Provides the API interface between Homebridge (HomeKit) and SmartThings",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/tonesto7/homebridge-smartthings-v2/master/images/hb_tonesto7@2x.png",
"forumUrl": "https://community.smartthings.com/t/release-homebridge-smartthings-v2-0/",
"docUrl": "https://github.com/tonesto7/homebridge-smartthings-v2/#readme",
"releaseType": "production",
"keywords": [
"smartthings",
"homekit",
"homebridge"
],
"notes": "Nothing to show here (yet)",
"smartApps": {
"parent": {
"name": "Homebridge v2",
"iconUrl": "https://raw.githubusercontent.com/tonesto7/homebridge-smartthings-v2/master/images/hb_tonesto7@2x.png",
"published": true,
"oAuth": true,
"version": "2.3.2",
"appSettings": {},
"appUrl": "smartapps/tonesto7/homebridge-v2.src/homebridge-v2.groovy"
},
"children": []
},
"deviceHandlers": []
}