iobroker.iot 4.2.7 → 4.2.8
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 +4 -3
- package/admin/assets/{index-PqQTFd0N.js → index-CI6r4XAS.js} +38 -38
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js +17 -17
- package/build/lib/AlexaSmartHomeV3/Controls/Rgb.js.map +1 -1
- package/build/main.js +1 -1
- package/build/main.js.map +1 -1
- package/io-package.json +15 -15
- package/package.json +1 -1
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.8",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.2.8": {
|
|
7
|
+
"en": "Do not control \"white\" by RGBW devices\nCorrected GUI error",
|
|
8
|
+
"de": "\"weiß\" von RGBW-Geräten nicht steuern\nKorrigierter GUI-Fehler",
|
|
9
|
+
"ru": "Не управляйте «белыми» устройствами RGBW\nИсправленная ошибка GUI",
|
|
10
|
+
"pt": "Não controlar \"branco\" por dispositivos RGBW\nErro GUI corrigido",
|
|
11
|
+
"nl": "\"wit\" niet bedoeld door RGBW-apparaten\nGecorrigeerde GUI-fout",
|
|
12
|
+
"fr": "Ne pas contrôler \"blanc\" par les appareils RGBW\nErreur d'interface graphique corrigée",
|
|
13
|
+
"it": "Non controllare \"bianco\" da dispositivi RGBW\nErrore GUI corretto",
|
|
14
|
+
"es": "No controle \"blanco\" por dispositivos RGBW\nError de GUI corregido",
|
|
15
|
+
"pl": "Nie steruj \"białym\" urządzeniami RGBW\nSkorygowany błąd GUI",
|
|
16
|
+
"uk": "Не контролюємо \"білий\" пристроями RGBW\nВиправлена помилка інтерфейсу",
|
|
17
|
+
"zh-cn": "不使用 RGBW 设备控制“ 白色 ”\n更正的图形用户界面错误"
|
|
18
|
+
},
|
|
6
19
|
"4.2.7": {
|
|
7
20
|
"en": "Create the service states at the instance start\nCorrected error with gates",
|
|
8
21
|
"de": "Erstellen Sie die Servicezustände beim Beispielstart\nFehler behoben mit Toren",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Dodano informacje o debugowaniu\nLepsza obsługa urządzeń HUE\nAktualizacja czujnika typu",
|
|
81
94
|
"uk": "Додана інформація\nКраще обслуговування пристроїв HUE\nОновлений детектор типу",
|
|
82
95
|
"zh-cn": "添加调试信息\n更好地处理HUE设备\n更新类型检测器"
|
|
83
|
-
},
|
|
84
|
-
"4.1.12": {
|
|
85
|
-
"en": "Added debug information\nBetter handling of HUE devices",
|
|
86
|
-
"de": "Zusätzliche Informationen\nBessere Handhabung von HUE-Geräten",
|
|
87
|
-
"ru": "Добавлена информация об отладке\nЛучшая обработка HUE устройств",
|
|
88
|
-
"pt": "Adicionado informação de depuração\nMelhor manuseio de dispositivos HUE",
|
|
89
|
-
"nl": "Debug-informatie toegevoegd\nBetere behandeling van HUE-apparaten",
|
|
90
|
-
"fr": "Ajout des informations de débogage\nMeilleure manipulation des appareils HUE",
|
|
91
|
-
"it": "Informazioni sul debug\nMigliore gestione dei dispositivi HUE",
|
|
92
|
-
"es": "Información adicional de depuración\nMejor manejo de dispositivos HUE",
|
|
93
|
-
"pl": "Dodano informacje o debugowaniu\nLepsza obsługa urządzeń HUE",
|
|
94
|
-
"uk": "Додана інформація\nКраще обслуговування пристроїв HUE",
|
|
95
|
-
"zh-cn": "添加调试信息\n更好地处理HUE设备"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"noCommon": false,
|
|
215
215
|
"debug": false,
|
|
216
216
|
"remote": false,
|
|
217
|
-
"defaultToggle":
|
|
217
|
+
"defaultToggle": false,
|
|
218
218
|
"remoteAdminInstance": "",
|
|
219
219
|
"remoteWebInstance": "",
|
|
220
220
|
"customKnownAlexaUsers": [],
|