Skip to content

Commit

Permalink
chore: release v3.18.3
Browse files Browse the repository at this point in the history
* (Apollon77) Fix doNotDisturb and doNotDisturb for All devices
* (Apollon77) Update do not disturb status after set for all devices
* (Apollon77) preserve a changed name for a "This device" device object
  • Loading branch information
Apollon77 committed Jul 18, 2022
1 parent e137a1a commit 1159c35
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,7 @@ But be aware: The Cookie will time out after several time and then the adapter w


## Changelog

### __WORK IN PROGRESS__
### 3.18.3 (2022-07-18)
* (Apollon77) Fix doNotDisturb and doNotDisturb for All devices
* (Apollon77) Update do not disturb status after set for all devices
* (Apollon77) preserve a changed name for a "This device" device object
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "alexa2",
"version": "3.18.2",
"version": "3.18.3",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -38,6 +38,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.18.3": {
"en": "Fix doNotDisturb and doNotDisturb for All devices\nUpdate do not disturb status after set for all devices\npreserve a changed name for a \"This device\" device object",
"de": "Fix doNotDisturb und doNotDisturb für alle Geräte\nUpdate stört nicht den Status nach dem Set für alle Geräte\neinen geänderten Namen für ein Gerät-Objekt \"This device\" erhalten",
"ru": "Fix doNotDisturb и doNotDisturb для всех устройств\nОбновление не нарушает статус после установки для всех устройств\nсохранить измененное имя для объекта устройства \"Это устройство\"",
"pt": "Fix doNotDisturb e doNotDisturb para Todos os dispositivos\nAtualização não perturba o status após o conjunto para todos os dispositivos\npreservar um nome alterado para um objeto de dispositivo \"Este dispositivo\"",
"nl": "Vertaling:\nQuality over Quantity (QoQ) Releases Vertaling:\nbewaar een andere naam voor een \"Dit apparaat\" voorwerp",
"fr": "Fix doNotDisturb et doNotDisturb pour tous les appareils\nLa mise à jour ne perturbe pas l'état après défini pour tous les appareils\nconserver un nom modifié pour un objet \"Ce dispositif\"",
"it": "Fix doNotDisturb e doNotDisturb per tutti i dispositivi\nAggiornamento non disturbare lo stato dopo impostato per tutti i dispositivi\nconservare un nome modificato per un oggetto dispositivo \"Questo dispositivo\"",
"es": "Fix doNoDisturb y doNoDisturb para Todos los dispositivos\nActualización no altera el estado después de establecerse para todos los dispositivos\npreservar un nombre cambiado para un objeto de dispositivo \"Este dispositivo\"",
"pl": "Fix do NotDisturb i do NotDisturb dla wszystkich urządzeń\nNie zaniepokojenie statusu po założeniu wszystkich urządzeń\nzachowanie zmienionej nazwy na „Ten urządzenie” obiekt",
"zh-cn": "Fix do Notdiss涡轮和NotDis涡轮机对所有装置的干扰\n所有装置的更新不干扰地位\n保留“这种装置”装置的名称的更改"
},
"3.18.2": {
"en": "Enable commands again for Apps with type A2TF17PFR55MTB - will only work sometimes as it seems",
"de": "Befehle wieder aktivieren für Apps mit Typ A2TF17PFR55MTB - wird nur manchmal funktionieren, wie es scheint",
Expand Down Expand Up @@ -109,18 +121,6 @@
"es": "Prevenir advertencias de tipo de datos en el registro",
"pl": "Prevent datatype warning",
"zh-cn": "逻辑中的预防性数据型警告"
},
"3.17.2": {
"en": "Another adjustment for smart home device data readings\nFix crash cases reported by Sentry",
"de": "Eine weitere Anpassung für Smart-Home-Gerät-Datenlesungen\nReparieren Crashfälle gemeldet von Sentry",
"ru": "Другая настройка для чтения данных умных домашних устройств\nИсправление случаев аварии, описанных Sentry",
"pt": "Outro ajuste para leituras de dados de dispositivos domésticos inteligentes\nCorrigir casos de acidente relatados por Sentry",
"nl": "Weer een aanpassing voor smart home apparatuur data\nVertaling:",
"fr": "Un autre ajustement pour les lectures de données de périphérique à domicile intelligent\nTroubles de crash signalés par Sentry",
"it": "Un'altra regolazione per le letture dei dati dei dispositivi smart home\nCorrezione dei casi di crash segnalati da Sentry",
"es": "Otro ajuste para lecturas inteligentes de datos del dispositivo hogar\nCasos de accidente fijo reportados por Sentry",
"pl": "Inna korekta danych dotyczących inteligentnego urządzenia domowego\nSprawy katastrofy Fix podane przez Sentry’a",
"zh-cn": "对聪明的家用装置数据作的另一项调整\nSentry所报告的六例事故"
}
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.alexa2",
"version": "3.18.2",
"version": "3.18.3",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 1159c35

Please sign in to comment.