Skip to content

Commit

Permalink
chore: release v3.0.43
Browse files Browse the repository at this point in the history
* (foxriver76) if LGW is not reachable we now set duty cycle to `null` instead of `-1` in all cases (closes #298)
  • Loading branch information
foxriver76 committed Jul 28, 2022
1 parent 06b8b96 commit ec95325
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ with the ioBroker CLI. You can change the port via `iob set hm-rega.<instance> -
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 3.0.42 (2022-07-28)
### 3.0.43 (2022-07-28)
* (foxriver76) if LGW is not reachable we now set duty cycle to `null` instead of `-1` in all cases (closes #298)

### 3.0.40 (2022-04-03)
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": "hm-rega",
"version": "3.0.42",
"version": "3.0.43",
"news": {
"3.0.43": {
"en": "if LGW is not reachable we now set duty cycle to `null` instead of `-1` in all cases (closes #298)",
"de": "wenn LGW nicht erreichbar ist, setzen wir nun den Pflichtzyklus auf Null statt -1 in allen Fällen (schließt #298)",
"ru": "если LGW недоступен, мы теперь установили рабочий цикл, чтобы обнулиться вместо -1 во всех случаях (закрыты #298)",
"pt": "se LGW não for alcançável agora estabelecemos o ciclo de dever para null em vez de -1 em todos os casos (fecha #298)",
"nl": "als LGW niet bereikbaar is, zetten we nu de plichtscyclus in plaats van 1 in alle gevallen (closes #298)",
"fr": "si LGW n'est pas joignable, nous mettons maintenant le cycle de devoir à null au lieu de -1 dans tous les cas (ferme #298)",
"it": "se LGW non è raggiungibile abbiamo ora impostato il ciclo di dovere a null anziché -1 in tutti i casi (chiude #298)",
"es": "si LGW no es alcanzable ahora fijamos el ciclo de deber para anular en lugar de -1 en todos los casos (cerca #298)",
"pl": "w przypadku, gdy LGW nie jest w stanie osiągnąć takiego obrotu, musimy teraz uruchomić cykl obowiązku zamiast -1 we wszystkich przypadkach (zawiera #298)",
"zh-cn": "如果我们目前没有能够实现的男女同性恋、双性恋、双性恋、双性恋、双性恋和变性者(第298号纪念活动)规定,我们现在就规定义务周期无效。"
},
"3.0.42": {
"en": "if LGW is not reachable we now set duty cycle to `null` instead of `-1` in all cases (closes #298)",
"de": "wenn LGW nicht erreichbar ist, setzen wir nun den Pflichtzyklus auf Null statt -1 in allen Fällen (schließt #298)",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "solo elimine los objetos hm-rpc de las instancias configuradas de las enumeraciones (correcciones # 253)",
"pl": "usuwaj tylko obiekty hm-rpc skonfigurowanych instancji z wyliczeń (poprawki #253)",
"zh-cn": "仅从枚举中删除已配置实例的 hm-rpc 对象(修复 #253)"
},
"3.0.36": {
"en": "only delete hm-rpc objects of configured instances from enums",
"de": "lösche nur hm-rpc-Objekte konfigurierter Instanzen aus Enums",
"ru": "удалять только объекты hm-rpc настроенных экземпляров из перечислений",
"pt": "exclua apenas objetos hm-rpc de instâncias configuradas de enums",
"nl": "verwijder alleen hm-rpc-objecten van geconfigureerde instanties uit opsommingen",
"fr": "supprimer uniquement les objets hm-rpc des instances configurées des énumérations",
"it": "eliminare solo gli oggetti hm-rpc delle istanze configurate da enum",
"es": "solo elimine objetos hm-rpc de instancias configuradas de las enumeraciones",
"pl": "usuwaj tylko obiekty hm-rpc skonfigurowanych instancji z wyliczeń",
"zh-cn": "仅从枚举中删除已配置实例的 hm-rpc 对象"
}
},
"title": "HomeMatic ReGaHSS",
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-rega",
"version": "3.0.42",
"version": "3.0.43",
"engines": {
"node": ">=10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/integrationAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { tests } = require('@iobroker/testing');
// Run tests
tests.integration(path.join(__dirname, '..'), {
defineAdditionalTests({ suite }) {
suite('Test sendTo()', () => {
suite('Test sendTo()', getHarness => {
it('Should work', () => {
return new Promise(resolve => {
// Create a fresh harness instance each test!
Expand Down

0 comments on commit ec95325

Please sign in to comment.