Skip to content

Commit

Permalink
Merge pull request #368 from Grizzelbee/rewrite
Browse files Browse the repository at this point in the history
fixed #367 - version 6.5.2
  • Loading branch information
Grizzelbee authored Apr 21, 2023
2 parents fd43570 + 6d4ac53 commit 9abafd0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 19 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ If you like to get a deeper understanding or need a raw-value translation please
## Changelog
### **WORK IN PROGRESS**

### 6.5.2 (2023-04-21) (Dying for an Angel)
* (grizzelbee) Fix: [367](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/367) Fixed "oauth is not a function" error during startup by downgrading axios-oauth-client to v1.5.0

### 6.5.1 (2023-04-21) (Dying for an Angel)
* (grizzelbee) Fix: Some minor fixes for ioBroker adapter checker

Expand All @@ -127,7 +130,7 @@ If you like to get a deeper understanding or need a raw-value translation please
* (grizzelbee) New: Added RAW-Value to Platesteps (related to issue [356](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/356))
* (grizzelbee) Fix: [343](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/343) GENERIC_BUSINESS_ERROR occurred when switching ventilationStep
* (grizzelbee) Fix: [356](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/356) In some cases the value 0 (zero) is ignored (e.g. at PlateStep)
* (grizzelbee) Fix: [359](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/359) Fixed "oauth is not a function" error during startup with downgrade of axios-oauth-client to v1.5.0
* (grizzelbee) Fix: [359](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/359) Fixed "oauth is not a function" error during startup by downgrading axios-oauth-client to v1.5.0

### 6.4.0 (2022-09-07) (Dying for an Angel)
* (grizzelbee) Fix: program names get localized now
Expand Down
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": "mielecloudservice",
"version": "6.5.1",
"version": "6.5.2",
"news": {
"6.5.2": {
"en": "Fix: \"oauth is not a function\" error during startup - again!",
"de": "Fix: „oauth is not a function“-Fehler beim Start – schon wieder!",
"ru": "Исправлено: ошибка «oauth не является функцией» при запуске — снова!",
"pt": "Correção: erro \"oauth não é uma função\" durante a inicialização - novamente!",
"nl": "Fix: \"oauth is not a function\"-fout tijdens het opstarten - opnieuw!",
"fr": "Correction : erreur \"oauth n'est pas une fonction\" au démarrage - encore une fois !",
"it": "Correzione: errore \"oauth non è una funzione\" durante l'avvio - di nuovo!",
"es": "Solución: error \"oauth no es una función\" durante el inicio, ¡otra vez!",
"pl": "Poprawka: błąd „oauth nie jest funkcją” podczas uruchamiania — ponownie!",
"uk": "Виправлення: помилка \"oauth не є функцією\" під час запуску - знову!",
"zh-cn": "修复:启动期间出现“oauth 不是函数”错误 - 再次出现!"
},
"6.5.1": {
"en": "Some minor fixes for ioBroker adapterchecker",
"de": "Einige kleinere Korrekturen für den ioBroker Adapterchecker",
Expand Down
27 changes: 12 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.mielecloudservice",
"version": "6.5.1",
"version": "6.5.2",
"description": "Get your Miele appliances (XGW3000 & WiFiConn@ct) connected",
"author": {
"name": "grizzelbee",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@iobroker/adapter-core": "^2.6.8",
"@iobroker/plugin-sentry": "^1.2.0",
"axios": "^1.3.5",
"axios-oauth-client": "^2.0.2",
"axios-oauth-client": "^1.5.0",
"eventsource": "^2.0.2",
"flatted": "^3.2.7"
},
Expand Down

0 comments on commit 9abafd0

Please sign in to comment.