Skip to content

Commit 7b4cd9e

Browse files
authored
[velbus] Fix system types in update instructions (#20151)
Fix issue #20047. Signed-off-by: Daniel Rosengarten <github@praetorians.be>
1 parent 4a8df7a commit 7b4cd9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bundles/org.openhab.binding.velbus/src/main/resources/OH-INF/update/vmb4ledpwm-20-update.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<thing-type uid="velbus:vmb4ledpwm-20">
77
<instruction-set targetVersion="1">
88
<add-channel id="VL1" groupIds="virtual-light">
9-
<type>system.color</type>
9+
<type>system:color</type>
1010
</add-channel>
1111
<add-channel id="DW1" groupIds="dim-white">
12-
<type>system.brightness</type>
12+
<type>system:brightness</type>
1313
</add-channel>
1414
</instruction-set>
1515
</thing-type>

bundles/org.openhab.binding.velbus/src/main/resources/OH-INF/update/vmbdali-20-update.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<thing-type uid="velbus:vmbdali-20">
77
<instruction-set targetVersion="1">
88
<add-channel id="CH80" groupIds="color">
9-
<type>system.color</type>
9+
<type>system:color</type>
1010
</add-channel>
1111
</instruction-set>
1212
</thing-type>

bundles/org.openhab.binding.velbus/src/main/resources/OH-INF/update/vmbdali-update.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<thing-type uid="velbus:vmbdali">
77
<instruction-set targetVersion="1">
88
<add-channel id="CH80" groupIds="color">
9-
<type>system.color</type>
9+
<type>system:color</type>
1010
</add-channel>
1111
</instruction-set>
1212
</thing-type>

0 commit comments

Comments
 (0)