iobroker.iot 1.8.21 → 1.8.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +185 -163
- package/admin/asset-manifest.json +10 -10
- package/admin/index_m.html +1 -1
- package/admin/static/css/{2.c04f2d9d.chunk.css → 2.67ef5efb.chunk.css} +1 -1
- package/admin/static/css/{2.c04f2d9d.chunk.css.map → 2.67ef5efb.chunk.css.map} +1 -1
- package/admin/static/js/2.4ed12e11.chunk.js +3 -0
- package/admin/static/js/{2.7960fa52.chunk.js.LICENSE.txt → 2.4ed12e11.chunk.js.LICENSE.txt} +0 -0
- package/admin/static/js/2.4ed12e11.chunk.js.map +1 -0
- package/admin/static/js/main.3c6ad20e.chunk.js +2 -0
- package/admin/static/js/main.3c6ad20e.chunk.js.map +1 -0
- package/img/url_key.png +0 -0
- package/io-package.json +466 -619
- package/lib/alexaSmartHomeV2.js +126 -64
- package/lib/alisa.js +1 -0
- package/lib/googleHome.js +15 -7
- package/main.js +10 -6
- package/package.json +26 -11
- package/admin/static/js/2.7960fa52.chunk.js +0 -3
- package/admin/static/js/2.7960fa52.chunk.js.map +0 -1
- package/admin/static/js/main.b7727019.chunk.js +0 -2
- package/admin/static/js/main.b7727019.chunk.js.map +0 -1
package/io-package.json
CHANGED
|
@@ -1,623 +1,470 @@
|
|
|
1
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
|
-
"1.8.14": {
|
|
91
|
-
"en": "allowed the control of the blinds in alisa",
|
|
92
|
-
"de": "erlaubte die Kontrolle der Jalousien in Alisa",
|
|
93
|
-
"ru": "разрешил управление жалюзи в Алисе",
|
|
94
|
-
"pt": "permitiu o controle das persianas em alisa",
|
|
95
|
-
"nl": "stond de bediening van de jaloezieën toe in alisa",
|
|
96
|
-
"fr": "a permis le contrôle des stores dans alisa",
|
|
97
|
-
"it": "ha permesso il controllo dei bui in alisa",
|
|
98
|
-
"es": "permitió el control de las persianas en alisa",
|
|
99
|
-
"pl": "pozwolił na kontrolę żaluzji w alisa",
|
|
100
|
-
"zh-cn": "允许控制alisa中的百叶窗"
|
|
101
|
-
},
|
|
102
|
-
"1.8.13": {
|
|
103
|
-
"en": "add missing object smart.lastObjectID",
|
|
104
|
-
"de": "fehlendes Objekt smart.lastObjectID hinzufügen",
|
|
105
|
-
"ru": "добавить недостающий объект smart.lastObjectID",
|
|
106
|
-
"pt": "adicionar objeto ausente smart.lastObjectID",
|
|
107
|
-
"nl": "voeg ontbrekend object smart.lastObjectID toe",
|
|
108
|
-
"fr": "ajouter un objet manquant smart.lastObjectID",
|
|
109
|
-
"it": "aggiungi oggetto mancante smart.lastObjectID",
|
|
110
|
-
"es": "agregar objeto faltante smart.lastObjectID",
|
|
111
|
-
"pl": "dodaj brakujący obiekt smart.lastObjectID",
|
|
112
|
-
"zh-cn": "添加缺少的对象smart.lastObjectID"
|
|
113
|
-
},
|
|
114
|
-
"1.8.12": {
|
|
115
|
-
"en": "Fixed the dimmer issue with alisa.",
|
|
116
|
-
"de": "Das Dimmer-Problem mit Alisa wurde behoben.",
|
|
117
|
-
"ru": "Исправлена проблема с диммером у Алисы.",
|
|
118
|
-
"pt": "Corrigido o problema do dimmer com alisa.",
|
|
119
|
-
"nl": "Het dimmerprobleem met alisa opgelost.",
|
|
120
|
-
"fr": "Correction du problème de gradateur avec alisa.",
|
|
121
|
-
"it": "Risolto il problema del dimmer con alisa.",
|
|
122
|
-
"es": "Se corrigió el problema del atenuador con alisa.",
|
|
123
|
-
"pl": "Naprawiono problem ze ściemniaczem alisy.",
|
|
124
|
-
"zh-cn": "修复了alisa的调光问题。"
|
|
125
|
-
},
|
|
126
|
-
"1.8.11": {
|
|
127
|
-
"en": "Alexa - Corrected the request for percentage values",
|
|
128
|
-
"de": "Alexa - Die Anfrage nach Prozentwerten wurde korrigiert",
|
|
129
|
-
"ru": "Alexa - Исправлен запрос процентных значений",
|
|
130
|
-
"pt": "Alexa - corrigiu a solicitação de valores percentuais",
|
|
131
|
-
"nl": "Alexa - Het verzoek om percentagewaarden gecorrigeerd",
|
|
132
|
-
"fr": "Alexa - Correction de la demande de valeurs en pourcentage",
|
|
133
|
-
"it": "Alexa: corretta la richiesta di valori percentuali",
|
|
134
|
-
"es": "Alexa: se corrigió la solicitud de valores porcentuales",
|
|
135
|
-
"pl": "Alexa - poprawiono żądanie wartości procentowych",
|
|
136
|
-
"zh-cn": "Alexa-更正了对百分比值的要求"
|
|
137
|
-
},
|
|
138
|
-
"1.8.10": {
|
|
139
|
-
"en": "Added the reconnect strategy if DNS address cannot be resolved",
|
|
140
|
-
"de": "Die Strategie zum erneuten Verbinden wurde hinzugefügt, wenn die DNS-Adresse nicht aufgelöst werden kann",
|
|
141
|
-
"ru": "Добавлена стратегия переподключения, если DNS-адрес не может быть разрешен",
|
|
142
|
-
"pt": "Adicionada a estratégia de reconexão se o endereço DNS não puder ser resolvido",
|
|
143
|
-
"nl": "De strategie voor opnieuw verbinden toegevoegd als het DNS-adres niet kan worden opgelost",
|
|
144
|
-
"fr": "Ajout de la stratégie de reconnexion si l'adresse DNS ne peut pas être résolue",
|
|
145
|
-
"it": "Aggiunta la strategia di riconnessione se l'indirizzo DNS non può essere risolto",
|
|
146
|
-
"es": "Se agregó la estrategia de reconexión si la dirección DNS no se puede resolver",
|
|
147
|
-
"pl": "Dodano strategię ponownego łączenia, jeśli nie można rozwiązać adresu DNS",
|
|
148
|
-
"zh-cn": "如果无法解析DNS地址,则添加了重新连接策略"
|
|
149
|
-
},
|
|
150
|
-
"1.8.9": {
|
|
151
|
-
"en": "Updated configuration GUI to the latest state",
|
|
152
|
-
"de": "Die Konfigurations-GUI wurde auf den neuesten Stand gebracht",
|
|
153
|
-
"ru": "Обновлен графический интерфейс конфигурации до последнего состояния",
|
|
154
|
-
"pt": "GUI de configuração atualizada para o estado mais recente",
|
|
155
|
-
"nl": "Bijgewerkte configuratie-GUI naar de nieuwste staat",
|
|
156
|
-
"fr": "Interface graphique de configuration mise à jour au dernier état",
|
|
157
|
-
"it": "Aggiornata la GUI di configurazione allo stato più recente",
|
|
158
|
-
"es": "GUI de configuración actualizada al último estado",
|
|
159
|
-
"pl": "Zaktualizowano GUI konfiguracji do najnowszego stanu",
|
|
160
|
-
"zh-cn": "将配置GUI更新为最新状态"
|
|
161
|
-
},
|
|
162
|
-
"1.8.8": {
|
|
163
|
-
"en": "Corrected the \"google home\" error",
|
|
164
|
-
"de": "Der Fehler \"Google Home\" wurde behoben",
|
|
165
|
-
"ru": "Исправлена ошибка \"Google Home\"",
|
|
166
|
-
"pt": "Corrigido o erro \"google home\"",
|
|
167
|
-
"nl": "De fout 'Google Home' is gecorrigeerd",
|
|
168
|
-
"fr": "Correction de l'erreur \"google home\"",
|
|
169
|
-
"it": "Corretto l'errore \"google home\"",
|
|
170
|
-
"es": "Se corrigió el error \"inicio de Google\".",
|
|
171
|
-
"pl": "Poprawiono błąd „google home”",
|
|
172
|
-
"zh-cn": "更正了“ Google主页”错误"
|
|
173
|
-
},
|
|
174
|
-
"1.8.6": {
|
|
175
|
-
"en": "Try to fix google home error",
|
|
176
|
-
"de": "Versuchen Sie, den Google Home-Fehler zu beheben",
|
|
177
|
-
"ru": "Попробуйте исправить ошибку Google Home",
|
|
178
|
-
"pt": "Tente corrigir o erro do Google Home",
|
|
179
|
-
"nl": "Probeer de Google Home-fout op te lossen",
|
|
180
|
-
"fr": "Essayez de corriger l'erreur Google Home",
|
|
181
|
-
"it": "Prova a correggere l'errore di Google Home",
|
|
182
|
-
"es": "Intenta corregir el error de inicio de Google",
|
|
183
|
-
"pl": "Spróbuj naprawić błąd strony głównej Google",
|
|
184
|
-
"zh-cn": "尝试修复Google Home错误"
|
|
185
|
-
},
|
|
186
|
-
"1.8.5": {
|
|
187
|
-
"en": "Corrected the configuration table for google home",
|
|
188
|
-
"de": "Die Konfigurationstabelle für Google Home wurde korrigiert",
|
|
189
|
-
"ru": "Исправлена таблица конфигурации для Google Home",
|
|
190
|
-
"pt": "Corrigida a tabela de configuração do google home",
|
|
191
|
-
"nl": "De configuratietabel voor Google Home is gecorrigeerd",
|
|
192
|
-
"fr": "Correction du tableau de configuration pour Google Home",
|
|
193
|
-
"it": "Corretta la tabella di configurazione per Google Home",
|
|
194
|
-
"es": "Se corrigió la tabla de configuración para la página principal de Google.",
|
|
195
|
-
"pl": "Poprawiono tabelę konfiguracji dla google home",
|
|
196
|
-
"zh-cn": "更正了Google Home的配置表"
|
|
197
|
-
},
|
|
198
|
-
"1.8.4": {
|
|
199
|
-
"en": "Corrected the configuration table for google home",
|
|
200
|
-
"de": "Die Konfigurationstabelle für Google Home wurde korrigiert",
|
|
201
|
-
"ru": "Исправлена таблица конфигурации для Google Home",
|
|
202
|
-
"pt": "Corrigida a tabela de configuração do google home",
|
|
203
|
-
"nl": "De configuratietabel voor Google Home is gecorrigeerd",
|
|
204
|
-
"fr": "Correction du tableau de configuration pour Google Home",
|
|
205
|
-
"it": "Corretta la tabella di configurazione per Google Home",
|
|
206
|
-
"es": "Se corrigió la tabla de configuración para la página principal de Google.",
|
|
207
|
-
"pl": "Poprawiono tabelę konfiguracji dla google home",
|
|
208
|
-
"zh-cn": "更正了Google Home的配置表"
|
|
209
|
-
},
|
|
210
|
-
"1.8.3": {
|
|
211
|
-
"en": "Trying to fix the set to false at start for google home",
|
|
212
|
-
"de": "Der Versuch, das Set beim Start für Google Home auf false zu setzen",
|
|
213
|
-
"ru": "Попытка исправить значение false при запуске для дома Google",
|
|
214
|
-
"pt": "Tentando corrigir o conjunto para falso no início do google home",
|
|
215
|
-
"nl": "Ik probeer de set bij het starten op false te herstellen voor Google Home",
|
|
216
|
-
"fr": "Essayer de corriger l'ensemble sur false au démarrage pour Google Home",
|
|
217
|
-
"it": "Cercando di correggere il set su false all'inizio per Google Home",
|
|
218
|
-
"es": "Intentando arreglar el conjunto en falso al inicio de la página principal de Google",
|
|
219
|
-
"pl": "Próbuję ustawić wartość false na początku dla Google Home",
|
|
220
|
-
"zh-cn": "尝试在Google Home启动时将其设置为false"
|
|
221
|
-
},
|
|
222
|
-
"1.8.2": {
|
|
223
|
-
"en": "Added the debug outputs for google home",
|
|
224
|
-
"de": "Die Debug-Ausgaben für Google Home wurden hinzugefügt",
|
|
225
|
-
"ru": "Добавлены отладочные данные для дома Google",
|
|
226
|
-
"pt": "Adicionadas as saídas de depuração para google home",
|
|
227
|
-
"nl": "De debug-uitgangen voor Google Home toegevoegd",
|
|
228
|
-
"fr": "Ajout des sorties de débogage pour Google Home",
|
|
229
|
-
"it": "Aggiunti gli output di debug per Google Home",
|
|
230
|
-
"es": "Se agregaron las salidas de depuración para Google Home.",
|
|
231
|
-
"pl": "Dodano wyjścia debugowania dla google home",
|
|
232
|
-
"zh-cn": "添加了Google Home的调试输出"
|
|
233
|
-
},
|
|
234
|
-
"1.8.1": {
|
|
235
|
-
"en": "The deletion of google home devices was corrected",
|
|
236
|
-
"de": "Das Löschen von Google Home-Geräten wurde korrigiert",
|
|
237
|
-
"ru": "Исправлено удаление домашних устройств google.",
|
|
238
|
-
"pt": "A exclusão de dispositivos domésticos do Google foi corrigida",
|
|
239
|
-
"nl": "De verwijdering van Google Home-apparaten is gecorrigeerd",
|
|
240
|
-
"fr": "La suppression des appareils Google Home a été corrigée",
|
|
241
|
-
"it": "L'eliminazione dei dispositivi Google Home è stata corretta",
|
|
242
|
-
"es": "Se corrigió la eliminación de dispositivos domésticos de Google",
|
|
243
|
-
"pl": "Poprawiono usuwanie urządzeń domowych Google",
|
|
244
|
-
"zh-cn": "删除了Google家用设备的问题已得到纠正"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"title": "IoT Assistants",
|
|
248
|
-
"titleLang": {
|
|
249
|
-
"en": "IoT cloud connection",
|
|
250
|
-
"de": "Cloud IoT-Verbindung",
|
|
251
|
-
"ru": "Соединение Cloud IoT",
|
|
252
|
-
"pt": "Conexão Cloud IoT",
|
|
253
|
-
"nl": "Cloud IoT-verbinding",
|
|
254
|
-
"fr": "Connexion Cloud IoT",
|
|
255
|
-
"it": "Connessione Cloud IoT",
|
|
256
|
-
"es": "Conexión IoT en la nube",
|
|
257
|
-
"pl": "Połączenie Cloud IoT",
|
|
258
|
-
"zh-cn": "IoT云连接"
|
|
259
|
-
},
|
|
260
|
-
"desc": {
|
|
261
|
-
"en": "Connects your ioBroker server to the ioBroker IoT cloud",
|
|
262
|
-
"de": "Verbindet Ihren ioBroker-Server mit der ioBroker IoT-Cloud",
|
|
263
|
-
"ru": "Соединяет ваш сервер ioBroker с облаком ioBroker IoT",
|
|
264
|
-
"pt": "Conecta seu servidor ioBroker à nuvem IoT do ioBroker",
|
|
265
|
-
"nl": "Verbindt uw ioBroker-server met de ioBroker IoT-cloud",
|
|
266
|
-
"fr": "Connecte votre serveur ioBroker au cloud ioBroker IoT",
|
|
267
|
-
"it": "Collega il tuo server ioBroker al cloud IoT IoBroker",
|
|
268
|
-
"es": "Conecta su servidor ioBroker a la nube ioBroker IoT",
|
|
269
|
-
"pl": "Łączy twój serwer ioBroker z chmurą IoT ioBroker",
|
|
270
|
-
"zh-cn": "连接你的ioBroker服务器的ioBroker IoT云"
|
|
271
|
-
},
|
|
272
|
-
"authors": [
|
|
273
|
-
"bluefox <dogafox@gmail.com>"
|
|
274
|
-
],
|
|
275
|
-
"license": "MIT",
|
|
276
|
-
"platform": "Javascript/Node.js",
|
|
277
|
-
"mode": "daemon",
|
|
278
|
-
"loglevel": "info",
|
|
279
|
-
"readme": "https://github.com/ioBroker/ioBroker.iot/blob/master/README.md",
|
|
280
|
-
"icon": "iot.png",
|
|
281
|
-
"keywords": [
|
|
282
|
-
"web",
|
|
283
|
-
"Cloud",
|
|
284
|
-
"communication"
|
|
285
|
-
],
|
|
286
|
-
"enabled": false,
|
|
287
|
-
"compact": true,
|
|
288
|
-
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iot/master/admin/iot.png",
|
|
289
|
-
"type": "communication",
|
|
290
|
-
"messagebox": true,
|
|
291
|
-
"stopBeforeUpdate": true,
|
|
292
|
-
"materialize": true,
|
|
293
|
-
"dependencies": [
|
|
294
|
-
{
|
|
295
|
-
"admin": ">=5.0.26"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"js-controller": ">=2.0.0"
|
|
299
|
-
}
|
|
300
|
-
],
|
|
301
|
-
"preserveSettings": "smartName",
|
|
302
|
-
"eraseOnUpload": true,
|
|
303
|
-
"blockly": true,
|
|
304
|
-
"osDependencies": {
|
|
305
|
-
"linux": [
|
|
306
|
-
"libcairo2-dev",
|
|
307
|
-
"libpango1.0-dev",
|
|
308
|
-
"libjpeg-dev",
|
|
309
|
-
"libgif-dev",
|
|
310
|
-
"librsvg2-dev"
|
|
311
|
-
]
|
|
312
|
-
},
|
|
313
|
-
"plugins": {
|
|
314
|
-
"sentry": {
|
|
315
|
-
"dsn": "https://20987eaf91ef49de821771499fdb4e1a@sentry.iobroker.net/40"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "iot",
|
|
4
|
+
"version": "1.8.25",
|
|
5
|
+
"news": {
|
|
6
|
+
"1.8.25": {
|
|
7
|
+
"en": "Corrected the enabling of the category",
|
|
8
|
+
"de": "Die Aktivierung der Kategorie wurde korrigiert",
|
|
9
|
+
"ru": "Исправлено включение категории",
|
|
10
|
+
"pt": "Corrigida a habilitação da categoria",
|
|
11
|
+
"nl": "Het inschakelen van de categorie gecorrigeerd",
|
|
12
|
+
"fr": "Correction de l'activation de la catégorie",
|
|
13
|
+
"it": "Corretto l'abilitazione della categoria",
|
|
14
|
+
"es": "Se corrigió la habilitación de la categoría.",
|
|
15
|
+
"pl": "Poprawiono włączanie kategorii",
|
|
16
|
+
"zh-cn": "更正了类别的启用"
|
|
17
|
+
},
|
|
18
|
+
"1.8.24": {
|
|
19
|
+
"en": "Respect the min/max limits by controlling",
|
|
20
|
+
"de": "Respektieren Sie die Min/Max-Grenzen durch Kontrolle",
|
|
21
|
+
"ru": "Соблюдайте минимальные / максимальные пределы, контролируя",
|
|
22
|
+
"pt": "Respeite os limites mín. / Máx. Controlando",
|
|
23
|
+
"nl": "Respecteer de min/max-limieten door te controleren",
|
|
24
|
+
"fr": "Respectez les limites min/max en contrôlant",
|
|
25
|
+
"it": "Rispettare i limiti min/max controllando",
|
|
26
|
+
"es": "Respete los límites mínimo / máximo controlando",
|
|
27
|
+
"pl": "Przestrzegaj limitów min/maks, kontrolując",
|
|
28
|
+
"zh-cn": "通过控制来尊重最小/最大限制"
|
|
29
|
+
},
|
|
30
|
+
"1.8.23": {
|
|
31
|
+
"en": "Fixed the response for the heating control",
|
|
32
|
+
"de": "Die Reaktion der Heizungssteuerung wurde korrigiert",
|
|
33
|
+
"ru": "Исправлен отклик на контроль нагрева",
|
|
34
|
+
"pt": "Corrigida a resposta para o controle de aquecimento",
|
|
35
|
+
"nl": "De reactie voor de verwarmingsregeling opgelost",
|
|
36
|
+
"fr": "Correction de la réponse pour la commande de chauffage",
|
|
37
|
+
"it": "Risolta la risposta per il controllo del riscaldamento",
|
|
38
|
+
"es": "Se corrigió la respuesta para el control de calefacción.",
|
|
39
|
+
"pl": "Poprawiono odpowiedź na sterowanie ogrzewaniem",
|
|
40
|
+
"zh-cn": "修复了加热控制的响应"
|
|
41
|
+
},
|
|
42
|
+
"1.8.22": {
|
|
43
|
+
"en": "Make it admin4 compatible",
|
|
44
|
+
"de": "Machen Sie es admin4 kompatibel",
|
|
45
|
+
"ru": "Сделайте его совместимым с admin4",
|
|
46
|
+
"pt": "Torne-o compatível com admin4",
|
|
47
|
+
"nl": "Maak het admin4-compatibel",
|
|
48
|
+
"fr": "Rendez-le compatible avec admin4",
|
|
49
|
+
"it": "Rendilo compatibile con admin4",
|
|
50
|
+
"es": "Hágalo compatible con admin4",
|
|
51
|
+
"pl": "Spraw, aby był zgodny z admin4",
|
|
52
|
+
"zh-cn": "使它与admin4兼容"
|
|
53
|
+
},
|
|
54
|
+
"1.8.21": {
|
|
55
|
+
"en": "Fixed the encryption of the password. Warning: if you see the message in the log, that password is invalid, please enter the password in configuration dialog one more time and save.",
|
|
56
|
+
"de": "Die Verschlüsselung des Passworts wurde behoben. Warnung: Wenn Sie die Meldung im Protokoll sehen, dass dieses Kennwort ungültig ist, geben Sie das Kennwort noch einmal im Konfigurationsdialog ein und speichern Sie es.",
|
|
57
|
+
"ru": "Исправлено шифрование пароля. Предупреждение: если вы видите сообщение в журнале, это недействительный пароль, пожалуйста, введите пароль в диалоговом окне конфигурации еще раз и сохраните.",
|
|
58
|
+
"pt": "Corrigida a criptografia da senha. Aviso: se você ver a mensagem no log, essa senha é inválida, digite a senha na caixa de diálogo de configuração mais uma vez e salve.",
|
|
59
|
+
"nl": "De versleuteling van het wachtwoord opgelost. Waarschuwing: als u het bericht in het logboek ziet, is dat wachtwoord ongeldig. Voer het wachtwoord nog een keer in het configuratiedialoogvenster in en sla het op.",
|
|
60
|
+
"fr": "Correction du cryptage du mot de passe. Attention: si vous voyez le message dans le journal, ce mot de passe n'est pas valide, veuillez saisir à nouveau le mot de passe dans la boîte de dialogue de configuration et enregistrez-le.",
|
|
61
|
+
"it": "Corretta la crittografia della password. Attenzione: se vedi il messaggio nel registro, la password non è valida, inserisci la password nella finestra di dialogo di configurazione ancora una volta e salva.",
|
|
62
|
+
"es": "Se corrigió el cifrado de la contraseña. Advertencia: si ve el mensaje en el registro, esa contraseña no es válida, ingrese la contraseña en el cuadro de diálogo de configuración una vez más y guarde.",
|
|
63
|
+
"pl": "Naprawiono szyfrowanie hasła. Ostrzeżenie: jeśli zobaczysz komunikat w dzienniku, to hasło jest nieprawidłowe, wprowadź hasło jeszcze raz w oknie dialogowym konfiguracji i zapisz.",
|
|
64
|
+
"zh-cn": "修复了密码的加密。警告:如果您在日志中看到消息,表明密码无效,请再次在配置对话框中输入密码并保存。"
|
|
65
|
+
},
|
|
66
|
+
"1.8.20": {
|
|
67
|
+
"en": "we now write data received from custom services with acknowledge flag",
|
|
68
|
+
"de": "Wir schreiben jetzt Daten, die von benutzerdefinierten Diensten empfangen wurden, mit dem Bestätigungsflag",
|
|
69
|
+
"ru": "теперь мы записываем данные, полученные от пользовательских сервисов, с флагом подтверждения",
|
|
70
|
+
"pt": "agora gravamos dados recebidos de serviços personalizados com sinalização de reconhecimento",
|
|
71
|
+
"nl": "we schrijven nu gegevens die zijn ontvangen van aangepaste services met een bevestigingsvlag",
|
|
72
|
+
"fr": "nous écrivons maintenant les données reçues des services personnalisés avec l'indicateur de confirmation",
|
|
73
|
+
"it": "ora scriviamo i dati ricevuti dai servizi personalizzati con flag di riconoscimento",
|
|
74
|
+
"es": "ahora escribimos los datos recibidos de los servicios personalizados con una marca de reconocimiento",
|
|
75
|
+
"pl": "teraz zapisujemy dane otrzymane od usług niestandardowych z flagą potwierdzenia",
|
|
76
|
+
"zh-cn": "现在,我们编写从自定义服务接收的带有确认标志的数据"
|
|
77
|
+
},
|
|
78
|
+
"1.8.19": {
|
|
79
|
+
"en": "Only added one debug output",
|
|
80
|
+
"de": "Es wurde nur eine Debug-Ausgabe hinzugefügt",
|
|
81
|
+
"ru": "Добавлен только один вывод отладки",
|
|
82
|
+
"pt": "Adicionou apenas uma saída de depuração",
|
|
83
|
+
"nl": "Slechts één foutopsporingsoutput toegevoegd",
|
|
84
|
+
"fr": "Ajout d'une seule sortie de débogage",
|
|
85
|
+
"it": "Aggiunto solo un output di debug",
|
|
86
|
+
"es": "Solo se agregó una salida de depuración",
|
|
87
|
+
"pl": "Dodano tylko jedno wyjście debugowania",
|
|
88
|
+
"zh-cn": "仅添加了一个调试输出"
|
|
89
|
+
}
|
|
318
90
|
},
|
|
319
|
-
"
|
|
320
|
-
|
|
321
|
-
|
|
91
|
+
"title": "IoT Assistants",
|
|
92
|
+
"titleLang": {
|
|
93
|
+
"en": "IoT cloud connection",
|
|
94
|
+
"de": "Cloud IoT-Verbindung",
|
|
95
|
+
"ru": "Соединение Cloud IoT",
|
|
96
|
+
"pt": "Conexão Cloud IoT",
|
|
97
|
+
"nl": "Cloud IoT-verbinding",
|
|
98
|
+
"fr": "Connexion Cloud IoT",
|
|
99
|
+
"it": "Connessione Cloud IoT",
|
|
100
|
+
"es": "Conexión IoT en la nube",
|
|
101
|
+
"pl": "Połączenie Cloud IoT",
|
|
102
|
+
"zh-cn": "IoT云连接"
|
|
103
|
+
},
|
|
104
|
+
"desc": {
|
|
105
|
+
"en": "Connects your ioBroker server to the ioBroker IoT cloud",
|
|
106
|
+
"de": "Verbindet Ihren ioBroker-Server mit der ioBroker IoT-Cloud",
|
|
107
|
+
"ru": "Соединяет ваш сервер ioBroker с облаком ioBroker IoT",
|
|
108
|
+
"pt": "Conecta seu servidor ioBroker à nuvem IoT do ioBroker",
|
|
109
|
+
"nl": "Verbindt uw ioBroker-server met de ioBroker IoT-cloud",
|
|
110
|
+
"fr": "Connecte votre serveur ioBroker au cloud ioBroker IoT",
|
|
111
|
+
"it": "Collega il tuo server ioBroker al cloud IoT IoBroker",
|
|
112
|
+
"es": "Conecta su servidor ioBroker a la nube ioBroker IoT",
|
|
113
|
+
"pl": "Łączy twój serwer ioBroker z chmurą IoT ioBroker",
|
|
114
|
+
"zh-cn": "连接你的ioBroker服务器的ioBroker IoT云"
|
|
115
|
+
},
|
|
116
|
+
"authors": [
|
|
117
|
+
"bluefox <dogafox@gmail.com>"
|
|
118
|
+
],
|
|
119
|
+
"license": "MIT",
|
|
120
|
+
"platform": "Javascript/Node.js",
|
|
121
|
+
"mode": "daemon",
|
|
122
|
+
"loglevel": "info",
|
|
123
|
+
"readme": "https://github.com/ioBroker/ioBroker.iot/blob/master/README.md",
|
|
124
|
+
"icon": "iot.png",
|
|
125
|
+
"connectionType": "cloud",
|
|
126
|
+
"dataSource": "push",
|
|
127
|
+
"tier": 3,
|
|
128
|
+
"keywords": [
|
|
129
|
+
"web",
|
|
130
|
+
"Cloud",
|
|
131
|
+
"communication"
|
|
132
|
+
],
|
|
133
|
+
"enabled": false,
|
|
134
|
+
"compact": true,
|
|
135
|
+
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.iot/master/admin/iot.png",
|
|
136
|
+
"type": "communication",
|
|
137
|
+
"messagebox": true,
|
|
138
|
+
"stopBeforeUpdate": true,
|
|
139
|
+
"materialize": true,
|
|
140
|
+
"dependencies": [
|
|
141
|
+
{
|
|
142
|
+
"admin": ">=4.0.1"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"js-controller": ">=2.0.0"
|
|
146
|
+
}
|
|
322
147
|
],
|
|
323
|
-
"
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
148
|
+
"preserveSettings": "smartName",
|
|
149
|
+
"eraseOnUpload": true,
|
|
150
|
+
"blockly": true,
|
|
151
|
+
"osDependencies": {
|
|
152
|
+
"linux": [
|
|
153
|
+
"libcairo2-dev",
|
|
154
|
+
"libpango1.0-dev",
|
|
155
|
+
"libjpeg-dev",
|
|
156
|
+
"libgif-dev",
|
|
157
|
+
"librsvg2-dev"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"plugins": {
|
|
161
|
+
"sentry": {
|
|
162
|
+
"dsn": "https://20987eaf91ef49de821771499fdb4e1a@sentry.iobroker.net/40"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"protectedNative": [
|
|
167
|
+
"login",
|
|
168
|
+
"pass"
|
|
169
|
+
],
|
|
170
|
+
"native": {
|
|
171
|
+
"login": "email.com",
|
|
172
|
+
"pass": "",
|
|
173
|
+
"language": "",
|
|
174
|
+
"cloudUrl": "a18wym7vjdl22g.iot.eu-west-1.amazonaws.com",
|
|
175
|
+
"functionFirst": false,
|
|
176
|
+
"concatWord": "",
|
|
177
|
+
"responseOID": "",
|
|
178
|
+
"restartOnDisconnect": false,
|
|
179
|
+
"iftttKey": "",
|
|
180
|
+
"replaces": "",
|
|
181
|
+
"amazonAlexa": true,
|
|
182
|
+
"amazonAlexaBlood": "",
|
|
183
|
+
"amazonAlexaBloodShortAnswer": false,
|
|
184
|
+
"googleHome": false,
|
|
185
|
+
"yandexAlisa": false,
|
|
186
|
+
"allowedServices": "",
|
|
187
|
+
"text2command": "0",
|
|
188
|
+
"nightscout": "",
|
|
189
|
+
"nightscoutPass": "myBlood",
|
|
190
|
+
"noCommon": false,
|
|
191
|
+
"debug": false
|
|
192
|
+
},
|
|
193
|
+
"objects": [],
|
|
194
|
+
"instanceObjects": [
|
|
195
|
+
{
|
|
196
|
+
"_id": "info",
|
|
197
|
+
"type": "channel",
|
|
198
|
+
"common": {
|
|
199
|
+
"name": "Information"
|
|
200
|
+
},
|
|
201
|
+
"native": {}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"_id": "info.connection",
|
|
205
|
+
"type": "state",
|
|
206
|
+
"common": {
|
|
207
|
+
"role": "indicator.connected",
|
|
208
|
+
"name": "If connected to cloud",
|
|
209
|
+
"type": "boolean",
|
|
210
|
+
"read": true,
|
|
211
|
+
"write": false,
|
|
212
|
+
"def": false
|
|
213
|
+
},
|
|
214
|
+
"native": {}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"_id": "info.ackTempPassword",
|
|
218
|
+
"type": "state",
|
|
219
|
+
"common": {
|
|
220
|
+
"role": "indicator",
|
|
221
|
+
"name": "If user have read about temp password for iot",
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"read": true,
|
|
224
|
+
"write": false,
|
|
225
|
+
"def": false
|
|
226
|
+
},
|
|
227
|
+
"native": {}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"_id": "info.remoteTill",
|
|
231
|
+
"type": "state",
|
|
232
|
+
"common": {
|
|
233
|
+
"role": "state",
|
|
234
|
+
"name": "Time till pro access is available",
|
|
235
|
+
"type": "string",
|
|
236
|
+
"read": true,
|
|
237
|
+
"write": false
|
|
238
|
+
},
|
|
239
|
+
"native": {}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"_id": "smart.lastFunction",
|
|
243
|
+
"type": "state",
|
|
244
|
+
"common": {
|
|
245
|
+
"role": "state",
|
|
246
|
+
"name": "Last controlled function",
|
|
247
|
+
"type": "string",
|
|
248
|
+
"read": true,
|
|
249
|
+
"write": false
|
|
250
|
+
},
|
|
251
|
+
"native": {}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"_id": "smart.lastRoom",
|
|
255
|
+
"type": "state",
|
|
256
|
+
"common": {
|
|
257
|
+
"role": "state",
|
|
258
|
+
"name": "Last controlled room",
|
|
259
|
+
"type": "string",
|
|
260
|
+
"read": true,
|
|
261
|
+
"write": false
|
|
262
|
+
},
|
|
263
|
+
"native": {}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"_id": "smart.lastCommand",
|
|
267
|
+
"type": "state",
|
|
268
|
+
"common": {
|
|
269
|
+
"role": "state",
|
|
270
|
+
"name": "Last command",
|
|
271
|
+
"type": "mixed",
|
|
272
|
+
"read": true,
|
|
273
|
+
"write": false
|
|
274
|
+
},
|
|
275
|
+
"native": {}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"_id": "smart.lastCommandObj",
|
|
279
|
+
"type": "state",
|
|
280
|
+
"common": {
|
|
281
|
+
"role": "state",
|
|
282
|
+
"name": "Last command as object",
|
|
283
|
+
"type": "string",
|
|
284
|
+
"read": true,
|
|
285
|
+
"write": false
|
|
286
|
+
},
|
|
287
|
+
"native": {}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"_id": "smart.lastResponse",
|
|
291
|
+
"type": "state",
|
|
292
|
+
"common": {
|
|
293
|
+
"role": "state",
|
|
294
|
+
"name": "Last textual response",
|
|
295
|
+
"type": "string",
|
|
296
|
+
"read": true,
|
|
297
|
+
"write": true
|
|
298
|
+
},
|
|
299
|
+
"native": {}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"_id": "smart.lastObjectID",
|
|
303
|
+
"type": "state",
|
|
304
|
+
"common": {
|
|
305
|
+
"role": "state",
|
|
306
|
+
"name": "Last accessed object id",
|
|
307
|
+
"type": "string",
|
|
308
|
+
"read": true,
|
|
309
|
+
"write": false
|
|
310
|
+
},
|
|
311
|
+
"native": {}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"_id": "smart.updates",
|
|
315
|
+
"type": "state",
|
|
316
|
+
"common": {
|
|
317
|
+
"role": "state",
|
|
318
|
+
"name": "If updates of configuration is ready",
|
|
319
|
+
"type": "boolean",
|
|
320
|
+
"read": true,
|
|
321
|
+
"write": false
|
|
322
|
+
},
|
|
323
|
+
"native": {}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"_id": "smart.updates3",
|
|
327
|
+
"type": "state",
|
|
328
|
+
"common": {
|
|
329
|
+
"role": "state",
|
|
330
|
+
"name": "If updates of V3 configuration is ready",
|
|
331
|
+
"type": "boolean",
|
|
332
|
+
"read": true,
|
|
333
|
+
"write": false
|
|
334
|
+
},
|
|
335
|
+
"native": {}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"_id": "smart.updatesGH",
|
|
339
|
+
"type": "state",
|
|
340
|
+
"common": {
|
|
341
|
+
"role": "state",
|
|
342
|
+
"name": "If updates of google home configuration is ready",
|
|
343
|
+
"type": "boolean",
|
|
344
|
+
"read": true,
|
|
345
|
+
"write": false
|
|
346
|
+
},
|
|
347
|
+
"native": {}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"_id": "smart.updatesYA",
|
|
351
|
+
"type": "state",
|
|
352
|
+
"common": {
|
|
353
|
+
"role": "state",
|
|
354
|
+
"name": "If updates of yandex alice configuration is ready",
|
|
355
|
+
"type": "boolean",
|
|
356
|
+
"read": true,
|
|
357
|
+
"write": false
|
|
358
|
+
},
|
|
359
|
+
"native": {}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"_id": "smart.updatesResult",
|
|
363
|
+
"type": "state",
|
|
364
|
+
"common": {
|
|
365
|
+
"role": "state",
|
|
366
|
+
"name": "Result for last devices update",
|
|
367
|
+
"type": "string",
|
|
368
|
+
"read": true,
|
|
369
|
+
"write": false
|
|
370
|
+
},
|
|
371
|
+
"native": {}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"_id": "services",
|
|
375
|
+
"type": "channel",
|
|
376
|
+
"common": {
|
|
377
|
+
"name": "Information"
|
|
378
|
+
},
|
|
379
|
+
"native": {}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"_id": "certs",
|
|
383
|
+
"type": "channel",
|
|
384
|
+
"common": {
|
|
385
|
+
"expert": true,
|
|
386
|
+
"name": "Certificates"
|
|
387
|
+
},
|
|
388
|
+
"native": {}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"_id": "certs.id",
|
|
392
|
+
"type": "state",
|
|
393
|
+
"common": {
|
|
394
|
+
"expert": true,
|
|
395
|
+
"role": "state",
|
|
396
|
+
"name": "Certificate ID",
|
|
397
|
+
"type": "string",
|
|
398
|
+
"read": true,
|
|
399
|
+
"write": false
|
|
400
|
+
},
|
|
401
|
+
"native": {}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"_id": "certs.public",
|
|
405
|
+
"type": "state",
|
|
406
|
+
"common": {
|
|
407
|
+
"expert": true,
|
|
408
|
+
"role": "state",
|
|
409
|
+
"name": "Public key",
|
|
410
|
+
"type": "string",
|
|
411
|
+
"read": true,
|
|
412
|
+
"write": false
|
|
413
|
+
},
|
|
414
|
+
"native": {}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"_id": "certs.private",
|
|
418
|
+
"type": "state",
|
|
419
|
+
"common": {
|
|
420
|
+
"expert": true,
|
|
421
|
+
"role": "state",
|
|
422
|
+
"name": "Private key",
|
|
423
|
+
"type": "string",
|
|
424
|
+
"read": true,
|
|
425
|
+
"write": false
|
|
426
|
+
},
|
|
427
|
+
"native": {}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"_id": "certs.certificate",
|
|
431
|
+
"type": "state",
|
|
432
|
+
"common": {
|
|
433
|
+
"expert": true,
|
|
434
|
+
"role": "state",
|
|
435
|
+
"name": "Certificate",
|
|
436
|
+
"type": "string",
|
|
437
|
+
"read": true,
|
|
438
|
+
"write": false
|
|
439
|
+
},
|
|
440
|
+
"native": {}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"_id": "certs.urlKey",
|
|
444
|
+
"type": "state",
|
|
445
|
+
"common": {
|
|
446
|
+
"role": "state",
|
|
447
|
+
"name": "URL Key",
|
|
448
|
+
"desc": "Used for access this instance via URL",
|
|
449
|
+
"type": "string",
|
|
450
|
+
"read": true,
|
|
451
|
+
"write": false
|
|
452
|
+
},
|
|
453
|
+
"native": {}
|
|
345
454
|
},
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"type": "boolean",
|
|
363
|
-
"read": true,
|
|
364
|
-
"write": false,
|
|
365
|
-
"def": false
|
|
366
|
-
},
|
|
367
|
-
"native": {}
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"_id": "info.ackTempPassword",
|
|
371
|
-
"type": "state",
|
|
372
|
-
"common": {
|
|
373
|
-
"role": "indicator",
|
|
374
|
-
"name": "If user have read about temp password for iot",
|
|
375
|
-
"type": "boolean",
|
|
376
|
-
"read": true,
|
|
377
|
-
"write": false,
|
|
378
|
-
"def": false
|
|
379
|
-
},
|
|
380
|
-
"native": {}
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"_id": "info.remoteTill",
|
|
384
|
-
"type": "state",
|
|
385
|
-
"common": {
|
|
386
|
-
"role": "state",
|
|
387
|
-
"name": "Time till pro access is available",
|
|
388
|
-
"type": "string",
|
|
389
|
-
"read": true,
|
|
390
|
-
"write": false
|
|
391
|
-
},
|
|
392
|
-
"native": {}
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"_id": "smart.lastFunction",
|
|
396
|
-
"type": "state",
|
|
397
|
-
"common": {
|
|
398
|
-
"role": "state",
|
|
399
|
-
"name": "Last controlled function",
|
|
400
|
-
"type": "string",
|
|
401
|
-
"read": true,
|
|
402
|
-
"write": false
|
|
403
|
-
},
|
|
404
|
-
"native": {}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"_id": "smart.lastRoom",
|
|
408
|
-
"type": "state",
|
|
409
|
-
"common": {
|
|
410
|
-
"role": "state",
|
|
411
|
-
"name": "Last controlled room",
|
|
412
|
-
"type": "string",
|
|
413
|
-
"read": true,
|
|
414
|
-
"write": false
|
|
415
|
-
},
|
|
416
|
-
"native": {}
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"_id": "smart.lastCommand",
|
|
420
|
-
"type": "state",
|
|
421
|
-
"common": {
|
|
422
|
-
"role": "state",
|
|
423
|
-
"name": "Last command",
|
|
424
|
-
"type": "mixed",
|
|
425
|
-
"read": true,
|
|
426
|
-
"write": false
|
|
427
|
-
},
|
|
428
|
-
"native": {}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"_id": "smart.lastCommandObj",
|
|
432
|
-
"type": "state",
|
|
433
|
-
"common": {
|
|
434
|
-
"role": "state",
|
|
435
|
-
"name": "Last command as object",
|
|
436
|
-
"type": "string",
|
|
437
|
-
"read": true,
|
|
438
|
-
"write": false
|
|
439
|
-
},
|
|
440
|
-
"native": {}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"_id": "smart.lastResponse",
|
|
444
|
-
"type": "state",
|
|
445
|
-
"common": {
|
|
446
|
-
"role": "state",
|
|
447
|
-
"name": "Last textual response",
|
|
448
|
-
"type": "string",
|
|
449
|
-
"read": true,
|
|
450
|
-
"write": true
|
|
451
|
-
},
|
|
452
|
-
"native": {}
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"_id": "smart.lastObjectID",
|
|
456
|
-
"type": "state",
|
|
457
|
-
"common": {
|
|
458
|
-
"role": "state",
|
|
459
|
-
"name": "Last accessed object id",
|
|
460
|
-
"type": "string",
|
|
461
|
-
"read": true,
|
|
462
|
-
"write": false
|
|
463
|
-
},
|
|
464
|
-
"native": {}
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"_id": "smart.updates",
|
|
468
|
-
"type": "state",
|
|
469
|
-
"common": {
|
|
470
|
-
"role": "state",
|
|
471
|
-
"name": "If updates of configuration is ready",
|
|
472
|
-
"type": "boolean",
|
|
473
|
-
"read": true,
|
|
474
|
-
"write": false
|
|
475
|
-
},
|
|
476
|
-
"native": {}
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
"_id": "smart.updates3",
|
|
480
|
-
"type": "state",
|
|
481
|
-
"common": {
|
|
482
|
-
"role": "state",
|
|
483
|
-
"name": "If updates of V3 configuration is ready",
|
|
484
|
-
"type": "boolean",
|
|
485
|
-
"read": true,
|
|
486
|
-
"write": false
|
|
487
|
-
},
|
|
488
|
-
"native": {}
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"_id": "smart.updatesGH",
|
|
492
|
-
"type": "state",
|
|
493
|
-
"common": {
|
|
494
|
-
"role": "state",
|
|
495
|
-
"name": "If updates of google home configuration is ready",
|
|
496
|
-
"type": "boolean",
|
|
497
|
-
"read": true,
|
|
498
|
-
"write": false
|
|
499
|
-
},
|
|
500
|
-
"native": {}
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"_id": "smart.updatesYA",
|
|
504
|
-
"type": "state",
|
|
505
|
-
"common": {
|
|
506
|
-
"role": "state",
|
|
507
|
-
"name": "If updates of yandex alice configuration is ready",
|
|
508
|
-
"type": "boolean",
|
|
509
|
-
"read": true,
|
|
510
|
-
"write": false
|
|
511
|
-
},
|
|
512
|
-
"native": {}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"_id": "smart.updatesResult",
|
|
516
|
-
"type": "state",
|
|
517
|
-
"common": {
|
|
518
|
-
"role": "state",
|
|
519
|
-
"name": "Result for last devices update",
|
|
520
|
-
"type": "string",
|
|
521
|
-
"read": true,
|
|
522
|
-
"write": false
|
|
523
|
-
},
|
|
524
|
-
"native": {}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"_id": "services",
|
|
528
|
-
"type": "channel",
|
|
529
|
-
"common": {
|
|
530
|
-
"name": "Information"
|
|
531
|
-
},
|
|
532
|
-
"native": {}
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"_id": "certs",
|
|
536
|
-
"type": "channel",
|
|
537
|
-
"common": {
|
|
538
|
-
"expert": true,
|
|
539
|
-
"name": "Certificates"
|
|
540
|
-
},
|
|
541
|
-
"native": {}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"_id": "certs.id",
|
|
545
|
-
"type": "state",
|
|
546
|
-
"common": {
|
|
547
|
-
"expert": true,
|
|
548
|
-
"role": "state",
|
|
549
|
-
"name": "Certificate ID",
|
|
550
|
-
"type": "string",
|
|
551
|
-
"read": true,
|
|
552
|
-
"write": false
|
|
553
|
-
},
|
|
554
|
-
"native": {}
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"_id": "certs.public",
|
|
558
|
-
"type": "state",
|
|
559
|
-
"common": {
|
|
560
|
-
"expert": true,
|
|
561
|
-
"role": "state",
|
|
562
|
-
"name": "Public key",
|
|
563
|
-
"type": "string",
|
|
564
|
-
"read": true,
|
|
565
|
-
"write": false
|
|
566
|
-
},
|
|
567
|
-
"native": {}
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"_id": "certs.private",
|
|
571
|
-
"type": "state",
|
|
572
|
-
"common": {
|
|
573
|
-
"expert": true,
|
|
574
|
-
"role": "state",
|
|
575
|
-
"name": "Private key",
|
|
576
|
-
"type": "string",
|
|
577
|
-
"read": true,
|
|
578
|
-
"write": false
|
|
579
|
-
},
|
|
580
|
-
"native": {}
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"_id": "certs.certificate",
|
|
584
|
-
"type": "state",
|
|
585
|
-
"common": {
|
|
586
|
-
"expert": true,
|
|
587
|
-
"role": "state",
|
|
588
|
-
"name": "Certificate",
|
|
589
|
-
"type": "string",
|
|
590
|
-
"read": true,
|
|
591
|
-
"write": false
|
|
592
|
-
},
|
|
593
|
-
"native": {}
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"_id": "certs.urlKey",
|
|
597
|
-
"type": "state",
|
|
598
|
-
"common": {
|
|
599
|
-
"role": "state",
|
|
600
|
-
"name": "URL Key",
|
|
601
|
-
"desc": "Used for access this instance via URL",
|
|
602
|
-
"type": "string",
|
|
603
|
-
"read": true,
|
|
604
|
-
"write": false
|
|
605
|
-
},
|
|
606
|
-
"native": {}
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"_id": "certs.forceUserCreate",
|
|
610
|
-
"type": "state",
|
|
611
|
-
"common": {
|
|
612
|
-
"role": "state",
|
|
613
|
-
"name": "Force user creation",
|
|
614
|
-
"desc": "Used to get the email with temp password anew",
|
|
615
|
-
"def": false,
|
|
616
|
-
"type": "boolean",
|
|
617
|
-
"read": true,
|
|
618
|
-
"write": true
|
|
619
|
-
},
|
|
620
|
-
"native": {}
|
|
621
|
-
}
|
|
622
|
-
]
|
|
623
|
-
}
|
|
455
|
+
{
|
|
456
|
+
"_id": "certs.forceUserCreate",
|
|
457
|
+
"type": "state",
|
|
458
|
+
"common": {
|
|
459
|
+
"role": "state",
|
|
460
|
+
"name": "Force user creation",
|
|
461
|
+
"desc": "Used to get the email with temp password anew",
|
|
462
|
+
"def": false,
|
|
463
|
+
"type": "boolean",
|
|
464
|
+
"read": true,
|
|
465
|
+
"write": true
|
|
466
|
+
},
|
|
467
|
+
"native": {}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
}
|