Skip to content

Commit 296cbdf

Browse files
committed
chore: release v1.15.15
* (foxriver76) Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467) * (foxriver76) we have updated some device icons
1 parent 152e5aa commit 296cbdf

File tree

4 files changed

+40
-18
lines changed

4 files changed

+40
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ via or/and operator. The then clause of the program can remain empty. Now your s
152152
Placeholder for the next version (at the beginning of the line):
153153
### __WORK IN PROGRESS__
154154
-->
155-
### 1.15.14 (2022-08-25)
155+
### 1.15.15 (2022-08-25)
156156
* (foxriver76) Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467)
157157
* (foxriver76) we have updated some device icons
158158

io-package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,9 @@
1414
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker",
1515
"zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker"
1616
},
17-
"version": "1.15.14",
17+
"version": "1.15.15",
1818
"news": {
19-
"1.15.14": {
20-
"en": "Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467)\nwe have updated some device icons",
21-
"de": "Wiederholen Sie einmal auf (UNREACH) und Fehler, um tmeporäre Kommunikationsprobleme zu vermeiden (schließt #467)\nwir haben einige gerätesymbole aktualisiert",
22-
"ru": "Повторяйтесь один раз на (UNREACH) и ошибках неисправности, чтобы избежать спорных вопросов связи (закрыты #467)\nмы обновили некоторые иконки устройства",
23-
"pt": "Retira uma vez sobre (UNREACH) e erros de falha para evitar problemas de comunicação tmeporária (fecha #467)\nnós atualizamos alguns ícones de dispositivo",
24-
"nl": "Herhaal één keer op en falen fouten om tmeporaire communicatieproblemen te voorkomen\nwe hebben wat apparaat iconen geüpload",
25-
"fr": "Retry once on (UNREACH) and Failure erreurs to avoid tmeporary communication issues (closes #467)\nnous avons mis à jour quelques icônes de périphérique",
26-
"it": "Riprovare una volta su (UNREACH) e Errori di errore per evitare problemi di comunicazione tmeporary (chiude #467)\nabbiamo aggiornato alcune icone del dispositivo",
27-
"es": "Retry once on (UNREACH) and Failure errors to avoid tmeporary communication issues (closes #467)\nhemos actualizado algunos iconos de dispositivo",
28-
"pl": "Retry raz na (UNREACH) oraz Failure error to avoid tmeporary communication (zamknięty #467)\nposiadać pewne ikony urządzeń",
29-
"zh-cn": "恢复原状(UNREACH)和不失误以避免异常的通信问题(第467号)\n我们更新了一些装置的掩体"
30-
},
31-
"1.15.13": {
19+
"1.15.15": {
3220
"en": "Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467)\nwe have updated some device icons",
3321
"de": "Wiederholen Sie einmal auf (UNREACH) und Fehler, um tmeporäre Kommunikationsprobleme zu vermeiden (schließt #467)\nwir haben einige gerätesymbole aktualisiert",
3422
"ru": "Повторяйтесь один раз на (UNREACH) и ошибках неисправности, чтобы избежать спорных вопросов связи (закрыты #467)\nмы обновили некоторые иконки устройства",

package-lock.json

Lines changed: 36 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.hm-rpc",
3-
"version": "1.15.14",
3+
"version": "1.15.15",
44
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
55
"author": {
66
"name": "hobbyquaker",

0 commit comments

Comments
 (0)