From 454b8b7ac09ce45970913592680510d5f1c3e535 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Tue, 19 Jul 2022 13:29:10 +0200 Subject: [PATCH] chore: release v3.18.6 * (Apollon77) Fix deviceStop sequence command --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e9b36b9b5..94a9e5ae2 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ But be aware: The Cookie will time out after several time and then the adapter w ## Changelog -### __WORK IN PROGRESS__ +### 3.18.6 (2022-07-19) * (Apollon77) Fix deviceStop sequence command ### 3.18.5 (2022-07-19) diff --git a/io-package.json b/io-package.json index 35e13f29d..120447848 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "alexa2", - "version": "3.18.5", + "version": "3.18.6", "blockedVersions": [ "~3.14.0", "~3.15.0", @@ -38,6 +38,18 @@ }, "platform": "Javascript/Node.js", "news": { + "3.18.6": { + "en": "Fix deviceStop sequence command", + "de": "Fix Gerät Befehl der Befehlsfolge stoppen", + "ru": "Fix устройство Прекратите команду последовательности", + "pt": "Dispositivo de fixação Pare o comando de sequência", + "nl": "Vertaling: Stop de volgorde", + "fr": "Dispositif fixe Arrêtez la commande", + "it": "Dispositivo di fissaggio Stop comando sequenza", + "es": "Dispositivo de fijación Alto orden de secuencia", + "pl": "Fix Zakończenie sekwencji", + "zh-cn": "固定装置 战时指挥" + }, "3.18.5": { "en": "Fix crash case reported by Sentry\nAdd image for Fire Cube", "de": "Reparieren Crashfall berichtet von Sentry\nBild hinzugefügt für Fire Cube", @@ -109,18 +121,6 @@ "es": "El intervalo mínimo de consulta de dispositivo inteligente es ahora 5 minutos y no 1 minuto más para eliminar algunas solicitudes por ahora", "pl": "Minimum inteligentne przedziały na urządzenie domowe to obecnie 5 minut i nie 1 minuta, aby usunąć niektóre żądania", "zh-cn": "最低智能家用具的间隔时间现在为5分钟,而不是1分钟多,以取消目前的一些要求。" - }, - "3.17.4": { - "en": "Make sure disabling query intervals really work (disabling smart home device and state and configuration was not possible)", - "de": "Stellen Sie sicher, dass die Abfrageintervalle wirklich funktionieren (das Abschalten von Smart Home-Gerät und Zustand und Konfiguration war nicht möglich)", - "ru": "Убедитесь, что отключение интервалов запросов действительно работает (отключение умного дома устройства и государства и конфигурации не было возможным)", - "pt": "Certifique-se de desativar intervalos de consulta realmente funcionar (desativar dispositivo home inteligente e estado e configuração não foi possível)", - "nl": "Zorg ervoor dat nieuwsgierige intervals echt werken", - "fr": "Assurez-vous de désactiver les intervalles de requête vraiment fonctionner (disabling smart home device and state and configuration was not possible)", - "it": "Assicurarsi di disabilitare gli intervalli di query realmente funziona (disabling smart home device e stato e configurazione non è stato possibile)", - "es": "Asegúrate de desactivar los intervalos de consulta realmente funcionan (disabling smart home device and state and settings was not possible)", - "pl": "Umożliwia to, że odstępy zapytania naprawdę działają (rozpoznanie inteligentnego urządzenia domowego i stanu i konfiguracji nie były możliwe)", - "zh-cn": "保证不带任何时间真正工作(不可能有智的家用装置和州组合)。" } }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index 29c7daf80..b1524d0bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.alexa2", - "version": "3.18.5", + "version": "3.18.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.alexa2", - "version": "3.18.5", + "version": "3.18.6", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index ee03400f2..9ade8d321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.alexa2", - "version": "3.18.5", + "version": "3.18.6", "description": "Remote control for Alexa (Amazon Echo)", "author": { "name": "Apollon77",