Skip to content

Commit

Permalink
chore: release v3.0.44
Browse files Browse the repository at this point in the history
* (foxriver76) compatibility of RSSI_DEVICE and RSSI_PEER for CCU update (closes #352)
* (foxriver76) also sync enums for maintenance channel of rfd devices (closes #320)
  • Loading branch information
foxriver76 committed Feb 20, 2023
1 parent e781ab2 commit 871639a
Show file tree
Hide file tree
Showing 5 changed files with 7,381 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2022 bluefox <dogafox@gmail.com>
Copyright (c) 2014-2023 bluefox <dogafox@gmail.com>

Copyright (c) 2014 hobbyquaker

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +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__
-->

### __WORK IN PROGRESS__
### 3.0.44 (2023-02-20)
* (foxriver76) compatibility of RSSI_DEVICE and RSSI_PEER for CCU update (closes #352)
* (foxriver76) also sync enums for maintenance channel of rfd devices (closes #320)

Expand Down Expand Up @@ -531,7 +530,7 @@ or non existent if no rpc instance existed
## License
The MIT License (MIT)

Copyright (c) 2014-2022 bluefox <dogafox@gmail.com>
Copyright (c) 2014-2023 bluefox <dogafox@gmail.com>

Copyright (c) 2014 hobbyquaker

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "hm-rega",
"version": "3.0.43",
"version": "3.0.44",
"news": {
"3.0.44": {
"en": "compatibility of RSSI_DEVICE and RSSI_PEER for CCU update (closes #352)\nalso sync enums for maintenance channel of rfd devices (closes #320)",
"de": "kompatibilität von RSSI_DEVICE und RSSI_PEER für CCU-Update (schließt #352)\nauch sync-enums für wartungskanal von rfd-geräten (schließt #320)",
"ru": "совместимость с RSSI_DEVICE и RSSI_PEER для обновления CCU (closes #352)\nтакже синхронизируйте enums для канала обслуживания rfd устройств (closes #320)",
"pt": "compatibilidade de RSSI_DEVICE e RSSI_PEER para atualização CCU (fecha #352)\ntambém sincroniza enums para o canal de manutenção de dispositivos rfd (closes #320)",
"nl": "quality over Quantity (QoQ) Releases Vertaling:\nook sync voor onderhoudskanaal van rfd apparaten (closes #320)",
"fr": "compatibilité de RSSI_DEVICE et RSSI_PEER pour la mise à jour de CCU (ferme #352)\négalement sync enums pour le canal d'entretien des dispositifs rfd (fermetures #320)",
"it": "compatibilità di RSSI_DEVICE e RSSI_PEER per l'aggiornamento CCU (chiude #352)\nanche sincronizzare enums per il canale di manutenzione di rfd dispositivi (chiude #320)",
"es": "compatibilidad con RSSI_DEVICE y RSSI_PEER para la actualización de CCU (cerca #352)\ntambién enums de sincronización para el canal de mantenimiento de dispositivos rfd (closes #320)",
"pl": "kompatybilność z RSSI_DEVICE i RSSI_PEER dla aktualizacji CCU (zapełnia #352)\nzsynchronizowane są również enumy na kanał utrzymywania urządzeń (około 320)",
"uk": "сумісність RSSI_DEVICE та RSSI_PEER для оновлення CCU (закриває #352)\nтакож сипучих ферментів для технічного обслуговування пристроїв rfd (закривається no320)",
"zh-cn": "rSSI_DEVICE and RSSI_PEER for CCU最新情况 (clos #352)\n此外,装有装置的维修渠道(第320号)。"
},
"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)",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "error corregido con `ValueList` (cierra #268)",
"pl": "naprawiony błąd z `ValueList` (zamyka #268)",
"zh-cn": "修复了 `ValueList` 的错误(关闭 #268)"
},
"3.0.37": {
"en": "only delete hm-rpc objects of configured instances from enums (fixes #253)",
"de": "lösche nur hm-rpc-Objekte von konfigurierten Instanzen aus Enums (Fixes Nr. 253)",
"ru": "удалять только объекты hm-rpc настроенных экземпляров из перечислений (исправление № 253)",
"pt": "exclua apenas objetos hm-rpc de instâncias configuradas de enums (correções #253)",
"nl": "verwijder alleen hm-rpc-objecten van geconfigureerde instanties uit enums (fixes # 253)",
"fr": "supprimer uniquement les objets hm-rpc des instances configurées des énumérations (correctifs #253)",
"it": "elimina solo gli oggetti hm-rpc delle istanze configurate da enum (correzioni n. 253)",
"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)"
}
},
"title": "HomeMatic ReGaHSS",
Expand Down
Loading

0 comments on commit 871639a

Please sign in to comment.