iobroker.iot 4.2.0 → 4.2.1
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/README.md +3 -3
- package/admin/assets/{index-C4_fq7Q6.js → index-CRM7ql2X.js} +54 -54
- package/admin/index_m.html +1 -1
- package/io-package.json +14 -14
- package/package.json +1 -1
package/admin/index_m.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
/>
|
|
22
22
|
<script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="./lib/js/socket.io.js"></script>
|
|
23
23
|
<title>IoT Settings</title>
|
|
24
|
-
<script type="module" crossorigin src="./assets/index-
|
|
24
|
+
<script type="module" crossorigin src="./assets/index-CRM7ql2X.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="./assets/index-Bd3GtHgn.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "iot",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.2.1": {
|
|
7
|
+
"en": "Added reset smart names dialog",
|
|
8
|
+
"de": "Hinzugefügt Zurücksetzen Smart Name Dialog",
|
|
9
|
+
"ru": "Добавлен сброс умных имен в диалог",
|
|
10
|
+
"pt": "Janela para reiniciar nomes inteligentes",
|
|
11
|
+
"nl": "Dialoogvenster Smart Names toegevoegd",
|
|
12
|
+
"fr": "Ajout de la boîte de dialogue réinitialiser les noms intelligents",
|
|
13
|
+
"it": "Aggiunta di ripristino nomi intelligenti finestra",
|
|
14
|
+
"es": "Diálogo de nombres inteligentes de reajuste",
|
|
15
|
+
"pl": "Dodano okno dialogowe reset smart names",
|
|
16
|
+
"uk": "Доданий скидання смарт імен діалог",
|
|
17
|
+
"zh-cn": "添加了智能名称对话框"
|
|
18
|
+
},
|
|
6
19
|
"4.2.0": {
|
|
7
20
|
"en": "Added debug information\nBetter handling of HUE devices\nUpdated type detector",
|
|
8
21
|
"de": "Zusätzliche Informationen\nBessere Handhabung von HUE-Geräten\nAktualisierter Typdetektor",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Lepsza obsługa ściemniacza w alexa v3",
|
|
81
94
|
"uk": "Краще обслуговування занурення в alexa v3",
|
|
82
95
|
"zh-cn": "在Alexa v3中更好地处理沉淀"
|
|
83
|
-
},
|
|
84
|
-
"4.1.5": {
|
|
85
|
-
"en": "Better handling of color temperatures",
|
|
86
|
-
"de": "Bessere Handhabung von Farbtemperaturen",
|
|
87
|
-
"ru": "Лучшая обработка цветовых температур",
|
|
88
|
-
"pt": "Melhor manuseio das temperaturas de cor",
|
|
89
|
-
"nl": "Beter omgaan met kleurtemperaturen",
|
|
90
|
-
"fr": "Meilleure manipulation des températures de couleur",
|
|
91
|
-
"it": "Migliore gestione delle temperature di colore",
|
|
92
|
-
"es": "Mejor manejo de temperaturas de color",
|
|
93
|
-
"pl": "Lepsza obsługa temperatur kolorów",
|
|
94
|
-
"uk": "Краще обслуговування колірних температур",
|
|
95
|
-
"zh-cn": "更好地处理颜色温度"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|