Skip to content

Commit

Permalink
chore: release v1.4.2
Browse files Browse the repository at this point in the history
* (Apollon77) Make sure polling still works after setting special mode states
  • Loading branch information
Apollon77 committed Jul 25, 2022
1 parent 896672d commit 8df51d7
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 @@ -67,8 +67,7 @@ After the Adapter has connected to the Daikin Device a structure of objects are
* VIS widget

## Changelog

### __WORK IN PROGRESS__
### 1.4.2 (2022-07-25)
* (Apollon77) Make sure polling still works after setting special mode states

### 1.4.1 (2022-06-27)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "daikin",
"version": "1.4.1",
"version": "1.4.2",
"news": {
"1.4.2": {
"en": "Make sure polling still works after setting special mode states",
"de": "Stellen Sie sicher, dass die Abstimmung nach der Einstellung spezieller Modezustände noch funktioniert",
"ru": "Убедитесь, что опрос по-прежнему работает после установки специальных режимов",
"pt": "Certifique-se de que a votação ainda funciona após a definição de estados de modo especial",
"nl": "Zorg ervoor dat de peiling nog werkt na het installeren van speciale bescheiden staten",
"fr": "Assurez-vous que le vote fonctionne encore après le réglage des états de mode spéciaux",
"it": "Assicurarsi che il polling funzioni ancora dopo aver impostato stati di modalità speciali",
"es": "Asegúrese de que la votación todavía funciona después de establecer estados de modo especial",
"pl": "Po założeniu odpowiedniego głosowania nadal działa po ustawieniu stanów specjalnych",
"zh-cn": "确保在建立特殊模式国家之后仍然进行投票"
},
"1.4.1": {
"en": "Prevent crash case reported by Sentry",
"de": "Verhindern Crashfall berichtet von Sentry",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Prevenir advertencias en js-controller 3.2\nPermitir sobrescribir el nombre en el objeto de canal de Daikin\nRequiere al menos js-controller 2.0",
"pl": "Zapobiegaj ostrzeżeniom w js-controller 3.2\nZezwalaj na nadpisywanie nazwy w obiekcie kanału Daikin\nWymagaj co najmniej js-controller 2.0",
"zh-cn": "在js-controller 3.2中防止警告\n允许覆盖大金通道对象中的名称\n至少需要js-controller 2.0"
},
"1.2.0": {
"en": "add compact mode",
"de": "Kompaktmodus hinzufügen",
"ru": "добавить компактный режим",
"pt": "adicionar modo compacto",
"nl": "voeg compacte modus toe",
"fr": "ajouter le mode compact",
"it": "aggiungi la modalità compatta",
"es": "agregar modo compacto",
"pl": "dodaj tryb kompaktowy",
"zh-cn": "添加紧凑模式"
}
},
"authors": [
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.daikin",
"version": "1.4.1",
"version": "1.4.2",
"description": "Daikin Adapter",
"author": "Ingo Fischer <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 8df51d7

Please sign in to comment.