Skip to content

Commit

Permalink
Merge pull request #267 from Grizzelbee/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Grizzelbee authored Apr 24, 2024
2 parents a8ed6cc + 1390ff7 commit 93e1180
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 69 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,31 @@ All states report whether there is a failure or not. `True` means a failure, `fa
## Changelog
### **WORK IN PROGRESS**

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

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

### 3.1.5 (2024-04-16) (Marching on)

* (grizzelbee) Fix: Requesting at least admin v6.13.16 as dependency

### 3.1.4 (2024-03-22) (Marching on)

* (grizzelbee) Fix: Lamps (Product type 552) won't generate a warning on startup anymore but show an info that they are not supported by this adapter.

### 3.1.3 (2024-02-28) (Marching on)

* (grizzelbee) Fix: 2FA Process is working again - truely

### 3.1.2 (2024-02-26) (Marching on)

* (grizzelbee) Upd: dependencies got updated
* (grizzelbee) Fix: 2FA Process is working again
* (grizzelbee) New: At least nodeJs V18.2.0 is required

### 3.1.1 (2024-02-01) (Marching on)

* (grizzelbee) Upd: dependencies got updated
* (grizzelbee) Fix: [#244](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/244) Fixed PM2.5, PM10, VOC Values to be compliant to the dyson App
* (grizzelbee) Fix: [#113](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/113) Fixed NO2 Values to be compliant to the dyson App
Expand All @@ -196,6 +206,7 @@ All states report whether there is a failure or not. `True` means a failure, `fa
* (grizzelbee) Upd: Code cleanup

### 3.0.0 (2024-01-11) (Marching on)

* (grizzelbee) Upd: dependencies got updated
* (grizzelbee) Upd: updated year of copyright in license
* (grizzelbee) New: [#244](https://github.com/Grizzelbee/ioBroker.dysonairpurifier/issues/244) Added HCHO-Index
Expand Down
14 changes: 7 additions & 7 deletions dysonConstants.js

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

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "dysonairpurifier",
"version": "3.1.5",
"version": "3.1.6",
"news": {
"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 开关现在可以正常工作。"
},
"3.1.5": {
"en": "Requesting at least admin v6.13.16 as dependency.",
"de": "Mindestens Admin v6.13.16 als Abhängigkeit erforderlich.",
Expand Down
Loading

0 comments on commit 93e1180

Please sign in to comment.