iobroker.iot 4.2.5 → 4.2.7
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 -5
- package/admin/assets/{index-CMPNKRVu.js → index-PqQTFd0N.js} +59 -59
- package/admin/index_m.html +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js +1 -1
- package/build/lib/AlexaSmartHomeV3/Alexa/ModeValues/Closed.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js +5 -1
- package/build/lib/AlexaSmartHomeV3/Controls/Control.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/DeviceManager.js.map +1 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js +20 -1
- package/build/lib/AlexaSmartHomeV3/Helpers/Utils.js.map +1 -1
- package/build/main.js +36 -1
- package/build/main.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +4 -4
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.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.2.7": {
|
|
7
|
+
"en": "Create the service states at the instance start\nCorrected error with gates",
|
|
8
|
+
"de": "Erstellen Sie die Servicezustände beim Beispielstart\nFehler behoben mit Toren",
|
|
9
|
+
"ru": "Создайте состояние сервиса в начале экземпляра\nИсправлена ошибка с воротами",
|
|
10
|
+
"pt": "Criar os estados de serviço no início da instância\nErro corrigido com portões",
|
|
11
|
+
"nl": "Creëer de service statuss bij het begin van de instantie\nGecorrigeerde fout met poorten",
|
|
12
|
+
"fr": "Créer les états de service au début de l'instance\nErreur corrigée avec les portes",
|
|
13
|
+
"it": "Creare gli stati di servizio all'inizio dell'istanza\nErrore corretto con cancelli",
|
|
14
|
+
"es": "Crear los estados de servicio en el caso empezar\nError corregido con puertas",
|
|
15
|
+
"pl": "Utwórz stany usługi na początku instancji\nSkorygowany błąd z bramami",
|
|
16
|
+
"uk": "Створіть штати служби в екземплярі\nВиправлена помилка з воротами",
|
|
17
|
+
"zh-cn": "在实例启动时创建服务状态\n纠正闸门错误"
|
|
18
|
+
},
|
|
6
19
|
"4.2.5": {
|
|
7
20
|
"en": "Modified the creation of EndpointID for devices with Umlauts.",
|
|
8
21
|
"de": "Modifizierte die Erstellung von EndpointID für Geräte mit Umlauts.",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Dodano informacje o debugowaniu\nLepsza obsługa urządzeń HUE",
|
|
81
94
|
"uk": "Додана інформація\nКраще обслуговування пристроїв HUE",
|
|
82
95
|
"zh-cn": "添加调试信息\n更好地处理HUE设备"
|
|
83
|
-
},
|
|
84
|
-
"4.1.11": {
|
|
85
|
-
"en": "Added humidity sensor\nAdded unreach indicator\nCorrected deletion of automatically detected devices",
|
|
86
|
-
"de": "Zusätzlicher Feuchtigkeitssensor\nZusätzlicher unrichtiger Indikator\nKorrigiertes Löschen automatisch erkannter Geräte",
|
|
87
|
-
"ru": "Добавлен датчик влажности\nДобавлен индикатор недоступности\nИсправленное удаление автоматически обнаруженных устройств",
|
|
88
|
-
"pt": "Sensor de umidade adicionado\nIndicador de não acesso adicionado\nEliminação corrigida de dispositivos detectados automaticamente",
|
|
89
|
-
"nl": "Toegevoegde vochtigheidssensor\nOnbereikbare indicator toegevoegd\nGecorrigeerde verwijdering van automatisch gedetecteerde voorzieningen",
|
|
90
|
-
"fr": "Capteur d'humidité ajouté\nIndicateur non atteint ajouté\nSuppression corrigée des dispositifs détectés automatiquement",
|
|
91
|
-
"it": "Sensore di umidità aggiunto\nIndicatore di accesso aggiunto\nCancellazione corretta dei dispositivi rilevati automaticamente",
|
|
92
|
-
"es": "Sensor de humedad añadido\nIndicador de alcance\nEliminación corregida de dispositivos detectados automáticamente",
|
|
93
|
-
"pl": "Dodany czujnik wilgotności\nDodano wskaźnik niezasięgu\nSkorygowane usunięcie automatycznie wykrytych urządzeń",
|
|
94
|
-
"uk": "Додана датчик вологості\nДоданий індикатор невідходу\nВиправлено видалення автоматично виявлених пристроїв",
|
|
95
|
-
"zh-cn": "增加的湿度传感器\n添加未达到的指标\n更正自动检测设备的删除"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.iot",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.7",
|
|
4
4
|
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@iobroker/adapter-core": "^3.3.2",
|
|
26
|
+
"@iobroker/type-detector": "^4.6.2",
|
|
26
27
|
"aws-iot-device-sdk": "^2.2.15",
|
|
27
28
|
"axios": "^1.12.2",
|
|
28
|
-
"@iobroker/type-detector": "^4.6.2",
|
|
29
29
|
"mime": "^3.0.0",
|
|
30
30
|
"uuid": "^11.0.0"
|
|
31
31
|
},
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"@iobroker/eslint-config": "^2.2.0",
|
|
38
38
|
"@iobroker/legacy-testing": "^2.0.2",
|
|
39
39
|
"@iobroker/types": "^7.0.7",
|
|
40
|
-
"@types/node": "^24.7.1",
|
|
41
40
|
"@types/aws-iot-device-sdk": "^2.2.8",
|
|
41
|
+
"@types/node": "^24.7.1",
|
|
42
42
|
"ajv": "^8.17.1",
|
|
43
|
-
"ajv-formats": "^3.0.1",
|
|
44
43
|
"ajv-draft-04": "^1.0.0",
|
|
44
|
+
"ajv-formats": "^3.0.1",
|
|
45
45
|
"colorette": "^2.0.20",
|
|
46
46
|
"puppeteer": "^24.24.0",
|
|
47
47
|
"typescript": "^5.9.3"
|