forked from Apollon77/ioBroker.alexa2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
87 lines (87 loc) · 2.2 KB
/
io-package.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"common": {
"name": "alexa",
"version": "0.1.5",
"title": "Alexa (Amazon Echo) Adapter",
"desc": "Remote control for Alexa (Amazon Echo)",
"platform": "Javascript/Node.js",
"news": {
"0.0.36": {
"en": "update exception fixed",
"de": "Schutzverletzung bei Datenpunkt-Update behoben"
},
"0.0.35": {
"en": "Test URL in readme fixed",
"de": "Test URL in readme angepasst"
},
"0.0.34": {
"en": "tunein search string will now be escaped",
"de": "tunein Suchwort wird nun escaped"
},
"0.0.33": {
"en": "node 4.x test removed",
"de": "node 4.x Test entfernt"
},
"0.0.32": {
"en": "fix node 4.x problem",
"de": "node 4.x Problem behoben"
},
"0.0.31": {
"en": "some bug fixes",
"de": "einige Fehlerbehebungen"
},
"0.0.28": {
"en": "generating cookie by user/password",
"de": "Cookie wird nun mit User/Passwort erstellt"
},
"0.0.15": {
"en": "detecting csrf in cookie changed",
"de": "Ermitteln der csrf geändert"
},
"0.0.14": {
"en": "package.json of alexa-remote fixed",
"de": "Fehler in package.json von alexa-remote behoben"
},
"0.0.12": {
"en": "working on...",
"de": "Weiterentwicklung..."
},
"0.0.2": {
"en": "working on...",
"de": "Weiterentwicklung..."
},
"0.0.1": {
"en": "initial commit",
"de": "Erstmalig Veröffentlichung"
}
},
"keywords": [
"alexa",
"amazon",
"amazon echo",
"echo dot",
"echo show"
],
"mode": "daemon",
"icon": "alexa.png",
"extIcon": "https://raw.githubusercontent.com/soef/iobroker.alexa/master/admin/alexa.png",
"readme": "https://github.com/soef/iobroker.alexa/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems",
"enabled": true,
"messagebox": true,
"license": "MIT"
},
"native": {
"cookie": "",
"baseUrl": "",
"csrf": "",
"email": "",
"password": "",
"userAgent": "",
"acceptLanguage": "",
"cookieLoginUrl": ""
},
"objects": [
]
}