Skip to content

Commit

Permalink
Merge pull request #269 from Grizzelbee/development
Browse files Browse the repository at this point in the history
v3.1.7
  • Loading branch information
Grizzelbee authored Apr 24, 2024
2 parents 51fc0ac + 6d8093a commit fbb4794
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ All states report whether there is a failure or not. `True` means a failure, `fa
## Changelog
### **WORK IN PROGRESS**

### 3.1.7 (2024-04-24) (Marching on)

* (grizzelbee) Fix: [#266](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/266) HeatingMode switch is now working correctly

### 3.1.6 (2024-04-24) (Marching on)

* (grizzelbee) Upd: dependencies got updated
Expand Down
37 changes: 25 additions & 12 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
{
"common": {
"name": "dysonairpurifier",
"version": "3.1.6",
"version": "3.1.7",
"news": {
"3.1.7": {
"en": "HeatingMode switch is now working correctly.",
"de": "Der HeatingMode-Schalter funktioniert jetzt ordnungsgemäß.",
"ru": "Переключатель режима обогрева теперь работает правильно.",
"pt": "O interruptor HeatingMode agora está funcionando corretamente.",
"nl": "De HeatingMode-schakelaar werkt nu correct.",
"fr": "Le commutateur HeatingMode fonctionne désormais correctement.",
"it": "L'interruttore della modalità di riscaldamento ora funziona correttamente.",
"es": "El interruptor de modo de calefacción ahora funciona correctamente.",
"pl": "Przełącznik trybu ogrzewania działa teraz poprawnie.",
"uk": "Перемикач HeatingMode тепер працює правильно.",
"zh-cn": "HeatingMode 开关现在工作正常。"
},
"3.1.6": {
"en": "Dependencies got updated\nHeatingMode switch is now working correctly.",
"de": "Abhängigkeiten wurden aktualisiert\nHeatingMode-Schalter funktioniert jetzt korrekt.",
"ru": "Зависимости обновлены. Переключатель HeatingMode теперь работает правильно.",
"pt": "As dependências foram atualizadas\n A chave HeatingMode agora está funcionando corretamente.",
"nl": "Afhankelijkheden zijn bijgewerkt \nHeatingMode-schakelaar werkt nu correct.",
"fr": "Les dépendances ont été mises à jour\nLe commutateur HeatingMode fonctionne désormais correctement.",
"it": "Le dipendenze sono state aggiornate\nL'interruttore della modalità di riscaldamento ora funziona correttamente.",
"es": "Se actualizaron las dependencias. El interruptor de modo de calefacción ahora funciona correctamente.",
"pl": "Zależności zostały zaktualizowane. \n Przełącznik trybu ogrzewania działa teraz poprawnie.",
"uk": "Залежності оновлено\nПеремикач HeatingMode тепер працює правильно.",
"zh-cn": "依赖项已更新\nHeatingMode 开关现在可以正常工作。"
"en": "Dependencies got updated\nHeatingMode switch is now working correctly (Attempt 1).",
"de": "Abhängigkeiten wurden aktualisiert\nHeatingMode-Schalter funktioniert jetzt korrekt (Versuch 1).",
"ru": "Зависимости обновлены. Переключатель HeatingMode теперь работает правильно (попытка 1).",
"pt": "As dependências foram atualizadas\n A chave HeatingMode agora está funcionando corretamente (tentativa 1).",
"nl": "Afhankelijkheden zijn bijgewerkt \nHeatingMode-schakelaar werkt nu correct (poging 1).",
"fr": "Les dépendances ont été mises à jour\nLe commutateur HeatingMode fonctionne désormais correctement (tentative 1).",
"it": "Le dipendenze sono state aggiornate\nL'interruttore della modalità di riscaldamento ora funziona correttamente (tentativo 1).",
"es": "Se actualizaron las dependencias. El interruptor de modo de calefacción ahora funciona correctamente (intento 1).",
"pl": "Zależności zostały zaktualizowane. \n Przełącznik trybu ogrzewania działa teraz poprawnie (próba 1).",
"uk": "Залежності оновлено\nПеремикач HeatingMode тепер працює правильно (спроба 1).",
"zh-cn": "依赖项已更新\nHeatingMode 开关现在可以正常工作(尝试 1)"
},
"3.1.5": {
"en": "Requesting at least admin v6.13.16 as dependency.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.dysonairpurifier",
"version": "3.1.6",
"version": "3.1.7",
"description": "dyson air purifiers and fans",
"author": {
"name": "grizzelbee",
Expand Down

0 comments on commit fbb4794

Please sign in to comment.