Skip to content

Commit 02afb58

Browse files
committed
chore: release v1.15.16
* (foxriver76) we have linked images of new devices * (foxriver76) we ensure, that the `LEVEL` datapoint of blinds is of role `level.blind` (closes #681)
1 parent 5f2a7ce commit 02afb58

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ 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.16 (2022-12-08)
156+
* (foxriver76) we have linked images of new devices
157+
* (foxriver76) we ensure, that the `LEVEL` datapoint of blinds is of role `level.blind` (closes #681)
158+
155159
### 1.15.15 (2022-08-25)
156160
* (foxriver76) Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467)
157161
* (foxriver76) we have updated some device icons

build/lib/roles.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/roles.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,21 @@
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.15",
17+
"version": "1.15.16",
1818
"news": {
19+
"1.15.16": {
20+
"en": "we have linked images of new devices\nwe ensure, that the `LEVEL` datapoint of blinds is of role `level.blind` (closes #681)",
21+
"de": "wir haben bilder von neuen geräten verknüpft\nwir stellen sicher, dass der LEVEL-Datenpunkt von Blinds von role level.blind ist (schließt #681)",
22+
"ru": "мы соединили изображения новых устройств\nмы обеспечиваем, что точка данных LEVEL слепых имеет роль level.blind (closes #681)",
23+
"pt": "temos imagens ligadas de novos dispositivos\nnós asseguramos, que o ponto de dados LEVEL de blinds é de nível de papel.blind (fecha #681)",
24+
"nl": "we hebben beelden van nieuwe apparaten\nwe zorgen ervoor dat de LEVL datapoint van blinden een rolniveau is",
25+
"fr": "nous avons des images liées de nouveaux appareils\nnous assurons que le point de données LEVEL des aveugles est de niveau de rôle.blind (ferme #681)",
26+
"it": "abbiamo collegato immagini di nuovi dispositivi\ngarantiamo, che il datapoint LEVEL delle tende è di livello di ruolo.blind (chiude #681)",
27+
"es": "hemos conectado imágenes de nuevos dispositivos\naseguramos que el punto de datos LEVEL de las persianas es de nivel de función.blind (cerca #681)",
28+
"pl": "posiadamy powiązania z nowymi urządzeniami\nwskazuje się, że LEVEL jest niewidomy (okrążając #681)",
29+
"uk": "ми зв'язали зображення нових пристроїв\nми забезпечуємо, що LEVEL точки даних жалюзі є рівнем ролі.blind (закривається No681)",
30+
"zh-cn": "我们有新装置的图像链接。\n我们确保盲人数据点的作用水平。"
31+
},
1932
"1.15.15": {
2033
"en": "Retry once on `(UNREACH)` and `Failure` errors to avoid tmeporary communication issues (closes #467)\nwe have updated some device icons",
2134
"de": "Wiederholen Sie einmal auf (UNREACH) und Fehler, um tmeporäre Kommunikationsprobleme zu vermeiden (schließt #467)\nwir haben einige gerätesymbole aktualisiert",

package-lock.json

Lines changed: 2 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.15",
3+
"version": "1.15.16",
44
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
55
"author": {
66
"name": "hobbyquaker",

src/lib/roles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const metaRoles: Record<string, Record<string, string>> = {
99
dpCONTROL: {
1010
'DIMMER.LEVEL': 'level.dimmer',
1111
'BLIND.LEVEL': 'level.blind',
12+
'SHUTTER_TRANSMITTER.LEVEL': 'level.blind',
1213
'LOCK.STATE': 'switch.lock',
1314
'DOOR_SENSOR.STATE': 'value.window',
1415
'DANGER.STATE': 'sensor.alarm.fire'

0 commit comments

Comments
 (0)