-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstallerManifest.json
56 lines (56 loc) · 2.46 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
{
"namespace": "Echo",
"repoOwner": "bamarayne",
"repoName": "Echosistant4",
"repoBranch": "master",
"name": "Echosistant",
"author": "JH/BD",
"description": "Providing you with Enhanced Control, Feedback, and Custom Reports of your Smart Things Environment via a Natural Way of Speaking with Alexa.",
"category": "My Apps",
"bannerUrl": "https://raw.githubusercontent.com/BamaRayne/Echosistant/master/smartapps/bamarayne/echosistant.src/app-Echosistant.png",
"forumUrl": "https://community.smartthings.com/t/release-echosistant-ver4-6/143631?u=bamarayne",
"docUrl": "http://thingsthataresmart.wiki/index.php?title=Echosistant",
"releaseType": "production",
"keywords": [
"amazon",
"alexa",
"echo",
"echosistant",
"voice",
"assistant"
],
"notes": "This app is under constant development. If you find an issue with something or you have an idea that you would like to have in your home, contact me in the ST community.",
"smartApps": {
"parent": {
"name": "Echosistant",
"iconUrl": "https://raw.githubusercontent.com/BamaRayne/Echosistant/master/smartapps/bamarayne/echosistant.src/app-Echosistant.png",
"published": true,
"oAuth": true,
"version": "Version 5.0, Revision 0.0.5",
"appSettings": {},
"appUrl": "smartapps/echo/echosistant.src/echosistant.groovy"
},
"children": [{
"name": "EchoSistant Rooms",
"iconUrl": "https://raw.githubusercontent.com/BamaRayne/Echosistant/master/smartapps/bamarayne/echosistant.src/app-Echosistant.png",
"published": true,
"oAuth": false,
"version": "Version 5.0, Revision 0.0.15",
"appSettings": {},
"appUrl": "smartapps/echo/echosistant-rooms.src/echosistant-rooms.groovy",
"optional": false
},
{
"name": "Echosistant Logic Blockz",
"iconUrl": "https://raw.githubusercontent.com/jasonrwise77/My-SmartThings/master/LogicRulz%20Icons/Blok.png",
"published": true,
"oAuth": false,
"version": "5.0",
"appSettings": {},
"appUrl": "smartapps/echo/echosistant-logic-blockz.src/echosistant-logic-blockz.groovy",
"optional": false
}
]
},
"deviceHandlers": []
}