Skip to content

Commit

Permalink
chore: release v1.14.42
Browse files Browse the repository at this point in the history
Added the roles to thermostat states
Added the roles for switch
Apply new roles to existing states
  • Loading branch information
GermanBluefox committed Jun 27, 2021
1 parent 92aca59 commit 735d807
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ by ioBroker, when you have a running 'dummy' program on the CCU which depends on
-->
## Changelog

### __WORK IN PROGRESS__
### 1.14.42 (2021-06-27)
* (bluefox) Added the roles to thermostat states
* (bluefox) Added the roles for switch
* (bluefox) Apply new roles to existing states
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,20 @@
"es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker",
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker"
},
"version": "1.14.41",
"version": "1.14.42",
"news": {
"1.14.42": {
"en": "Added the roles to thermostat states\nAdded the roles for switch\nApply new roles to existing states",
"de": "Die Rollen zu den Thermostatzuständen hinzugefügt\nDie Rollen für den Schalter hinzugefügt\nAnwenden neuer Rollen auf bestehende Zustände",
"ru": "Добавлены роли в состояния термостата.\nДобавлены роли для переключателя\nПрименить новые роли к существующим состояниям",
"pt": "Adicionadas as funções aos estados do termostato\nAdicionadas as funções para troca\nAplicar novas funções aos estados existentes",
"nl": "De rollen toegevoegd aan thermostaatstatussen\nDe rollen voor switch toegevoegd\nPas nieuwe rollen toe op bestaande statussen",
"fr": "Ajout des rôles aux états du thermostat\nAjout des rôles pour le commutateur\nAppliquer de nouveaux rôles aux états existants",
"it": "Aggiunti i ruoli agli stati del termostato\nAggiunti i ruoli per switch\nApplicare nuovi ruoli agli stati esistenti",
"es": "Se agregaron los roles a los estados del termostato.\nSe agregaron los roles para el cambio.\nAplicar nuevos roles a estados existentes",
"pl": "Dodano role do stanów termostatu\nDodano role dla przełącznika\nZastosuj nowe role do istniejących stanów",
"zh-cn": "将角色添加到恒温器状态\n添加切换角色\n将新角色应用于现有状态"
},
"1.14.41": {
"en": "we made sure, that controller does not send stopInstance message anymore",
"de": "Wir haben sichergestellt, dass der Controller keine stopInstance-Nachricht mehr sendet",
Expand Down
2 changes: 1 addition & 1 deletion 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.hm-rpc",
"version": "1.14.41",
"version": "1.14.42",
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
"author": {
"name": "hobbyquaker",
Expand Down

0 comments on commit 735d807

Please sign in to comment.