forked from ioBroker/ioBroker.iot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
370 lines (370 loc) · 13.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
{
"common": {
"name": "iot",
"version": "0.3.0",
"title": "IoT Assistants",
"titleLang": {
"en": "IoT cloud connection",
"de": "Cloud IoT-Verbindung",
"ru": "Соединение Cloud IoT",
"pt": "Conexão Cloud IoT",
"nl": "Cloud IoT-verbinding",
"fr": "Connexion Cloud IoT",
"it": "Connessione Cloud IoT",
"es": "Conexión IoT en la nube",
"pl": "Połączenie Cloud IoT"
},
"desc": {
"en": "Connects your ioBroker server to the ioBroker IoT cloud",
"de": "Verbindet Ihren ioBroker-Server mit der ioBroker IoT-Cloud",
"ru": "Соединяет ваш сервер ioBroker с облаком ioBroker IoT",
"pt": "Conecta seu servidor ioBroker à nuvem IoT do ioBroker",
"nl": "Verbindt uw ioBroker-server met de ioBroker IoT-cloud",
"fr": "Connecte votre serveur ioBroker au cloud ioBroker IoT",
"it": "Collega il tuo server ioBroker al cloud IoT IoBroker",
"es": "Conecta su servidor ioBroker a la nube ioBroker IoT",
"pl": "Łączy twój serwer ioBroker z chmurą IoT ioBroker"
},
"news": {
"0.3.0": {
"en": "Detection of google devices was fixed",
"de": "Die Erkennung von Google-Geräten wurde behoben",
"ru": "Исправлено обнаружение устройств Google",
"pt": "Detecção de dispositivos do Google foi corrigido",
"nl": "Detectie van google-apparaten was opgelost",
"fr": "La détection des appareils Google a été corrigée",
"it": "Il rilevamento dei dispositivi Google è stato corretto",
"es": "Se solucionó la detección de dispositivos google",
"pl": "Wykryto urządzenia Google"
},
"0.2.2": {
"en": "Generation of new URL key was added",
"de": "Die Generierung eines neuen URL-Schlüssels wurde hinzugefügt",
"ru": "Была добавлена генерация нового URL-ключа",
"pt": "Geração de nova chave de URL foi adicionada",
"nl": "Het genereren van een nieuwe URL-sleutel is toegevoegd",
"fr": "La génération d'une nouvelle clé d'URL a été ajoutée.",
"it": "È stata aggiunta la nuova chiave URL",
"es": "Generación de nueva clave de URL fue agregada",
"pl": "Generowanie nowego klucza URL zostało dodane"
},
"0.2.0": {
"en": "The name of the adapter was changed",
"de": "Der Name des Adapters wurde geändert",
"ru": "Название адаптера было изменено",
"pt": "O nome do adaptador foi alterado",
"nl": "De naam van de adapter is gewijzigd",
"fr": "Le nom de l'adaptateur a été changé",
"it": "Il nome dell'adattatore è stato cambiato",
"es": "Se cambió el nombre del adaptador",
"pl": "Nazwa adaptera została zmieniona"
},
"0.1.8": {
"en": "Added extended diagnostics",
"de": "Erweiterte Diagnose hinzugefügt",
"ru": "Добавлена расширенная диагностика",
"pt": "Adicionado diagnóstico estendido",
"nl": "Uitgebreide diagnostiek toegevoegd",
"fr": "Ajout de diagnostics étendus",
"it": "Aggiunta diagnostica estesa",
"es": "Diagnóstico extendido agregado",
"pl": "Dodano rozszerzoną diagnostykę"
},
"0.1.7": {
"en": "The configuration dialog was corrected\nThe possibility to create the answer for the custom skill with the script was implemented. ",
"de": "Der Konfigurationsdialog wurde korrigiert\nDie Möglichkeit, die Antwort für die benutzerdefinierte Fertigkeit mit dem Skript zu erstellen, wurde implementiert.",
"ru": "Диалог конфигурации был исправлен\nБыла реализована возможность создания ответа для пользовательского навыка со скриптом.",
"pt": "A caixa de diálogo de configuração foi corrigida\nA possibilidade de criar a resposta para a habilidade personalizada com o script foi implementada.",
"nl": "Het configuratiedialoogvenster is gecorrigeerd\nDe mogelijkheid om het antwoord voor de aangepaste vaardigheid met het script te creëren, is geïmplementeerd.",
"fr": "Le dialogue de configuration a été corrigé\nLa possibilité de créer la réponse pour la compétence personnalisée avec le script a été mise en œuvre.",
"it": "La finestra di configurazione è stata corretta\nÈ stata implementata la possibilità di creare la risposta per l'abilità personalizzata con lo script.",
"es": "Se corrigió el diálogo de configuración.\nSe implementó la posibilidad de crear la respuesta para la habilidad personalizada con el script.",
"pl": "Okno dialogowe konfiguracji zostało poprawione\nStworzono możliwość stworzenia odpowiedzi na niestandardowe umiejętności ze skryptem."
},
"0.1.4": {
"en": "Initial commit",
"de": "Erstes Commit",
"ru": "Начальное коммит",
"pt": "Commit inicial",
"nl": "Eerste commit",
"fr": "Commit initial",
"it": "Commit iniziale",
"es": "Compromiso inicial",
"pl": "Wstępne zatwierdzenie"
}
},
"authors": [
"bluefox <[email protected]>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"loglevel": "info",
"readme": "https://github.com/ioBroker/ioBroker.iot/blob/master/README.md",
"icon": "iot.png",
"keywords": [
"web",
"Cloud",
"communication"
],
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iot/master/admin/iot.png",
"type": "communication",
"messagebox": true,
"stopBeforeUpdate": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=0.9.0"
}
],
"preserveSettings": "smartName",
"blockly": true
},
"native": {
"login": "email.com",
"pass": "",
"language": "",
"cloudUrl": "a18wym7vjdl22g.iot.eu-west-1.amazonaws.com",
"functionFirst": false,
"concatWord": "",
"responseOID": "",
"restartOnDisconnect": false,
"iftttKey": "",
"replaces": "",
"allowedServices": "",
"text2command": "0",
"noCommon": false,
"debug": false
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to cloud",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info.remoteTill",
"type": "state",
"common": {
"role": "state",
"name": "Time till pro access is available",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.alexaDisabled",
"type": "state",
"common": {
"role": "state",
"name": "If Alexa service is disabled",
"type": "boolean",
"def": false,
"read": true,
"write": true
},
"native": {}
},
{
"_id": "smart.googleDisabled",
"type": "state",
"common": {
"role": "state",
"name": "If Google home service is disabled",
"type": "boolean",
"def": false,
"read": true,
"write": true
},
"native": {}
},
{
"_id": "smart.lastFunction",
"type": "state",
"common": {
"role": "state",
"name": "Last controlled function",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.lastRoom",
"type": "state",
"common": {
"role": "state",
"name": "Last controlled room",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.lastCommand",
"type": "state",
"common": {
"role": "state",
"name": "Last command",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.lastResponse",
"type": "state",
"common": {
"role": "state",
"name": "Last textual response",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.updates",
"type": "state",
"common": {
"role": "state",
"name": "If updates of configuration is ready",
"type": "boolean",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "smart.updates3",
"type": "state",
"common": {
"role": "state",
"name": "If updates of V3 configuration is ready",
"type": "boolean",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "services",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "certs",
"type": "channel",
"common": {
"expert": true,
"name": "Certificates"
},
"native": {}
},
{
"_id": "certs.id",
"type": "state",
"common": {
"expert": true,
"role": "state",
"name": "Certificate ID",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "certs.public",
"type": "state",
"common": {
"expert": true,
"role": "state",
"name": "Public key",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "certs.private",
"type": "state",
"common": {
"expert": true,
"role": "state",
"name": "Private key",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "certs.certificate",
"type": "state",
"common": {
"expert": true,
"role": "state",
"name": "Certificate",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "certs.urlKey",
"type": "state",
"common": {
"role": "state",
"name": "URL Key",
"desc": "Used for access this instance via URL",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "certs.forceUserCreate",
"type": "state",
"common": {
"role": "state",
"name": "Force user creation",
"desc": "Used to get the email with temp password anew",
"def": false,
"type": "boolean",
"read": true,
"write": true
},
"native": {}
}
]
}