mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
[velbus] Add missing channel 80 and fix label (#19803)
* Add channel and fix label Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
@@ -807,7 +807,7 @@ channel-group-type.velbus.33channelInputModuleWithTemperatureSensor.label = Inpu
|
||||
channel-group-type.velbus.33channelInputModuleWithTemperatureSensor.description = This is a generic module with 32 input channels and a temperature sensor.
|
||||
channel-group-type.velbus.4channelAnalogInputModule.label = Analog Input
|
||||
channel-group-type.velbus.4channelAnalogInputModule.description = This is a generic analog module with 4 input channels.
|
||||
channel-group-type.velbus.4channelAnalogOutputModule.label = Analog Input
|
||||
channel-group-type.velbus.4channelAnalogOutputModule.label = Analog Output
|
||||
channel-group-type.velbus.4channelAnalogOutputModule.description = This is a generic analog module with 4 output channels.
|
||||
channel-group-type.velbus.4channelBrightnessModule.label = Brightness
|
||||
channel-group-type.velbus.4channelBrightnessModule.description = This is a generic module with 4 brightness channels.
|
||||
|
||||
+2
-1
@@ -30,7 +30,7 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="4channelAnalogOutputModule">
|
||||
<label>Analog Input</label>
|
||||
<label>Analog Output</label>
|
||||
<description>
|
||||
This is a generic analog module with 4 output channels.
|
||||
</description>
|
||||
@@ -729,6 +729,7 @@
|
||||
<channel id="CH77" typeId="system.color"/>
|
||||
<channel id="CH78" typeId="system.color"/>
|
||||
<channel id="CH79" typeId="system.color"/>
|
||||
<channel id="CH80" typeId="system.color"/>
|
||||
<channel id="CH81" typeId="system.color"/>
|
||||
</channels>
|
||||
</channel-group-type>
|
||||
|
||||
+8
@@ -111,6 +111,10 @@
|
||||
<channel-group id="clockAlarm" typeId="clockAlarm"/>
|
||||
</channel-groups>
|
||||
|
||||
<properties>
|
||||
<property name="thingTypeVersion">1</property>
|
||||
</properties>
|
||||
|
||||
<config-description-ref uri="thing-type:velbus:81channelDevice"/>
|
||||
</thing-type>
|
||||
|
||||
@@ -134,6 +138,10 @@
|
||||
<channel-group id="clockAlarm" typeId="clockAlarm"/>
|
||||
</channel-groups>
|
||||
|
||||
<properties>
|
||||
<property name="thingTypeVersion">1</property>
|
||||
</properties>
|
||||
|
||||
<config-description-ref uri="thing-type:velbus:81channelDevice"/>
|
||||
</thing-type>
|
||||
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
|
||||
|
||||
<thing-type uid="velbus:vmbdali-20">
|
||||
<instruction-set targetVersion="1">
|
||||
<add-channel id="CH80" groupIds="color">
|
||||
<type>system.color</type>
|
||||
</add-channel>
|
||||
</instruction-set>
|
||||
</thing-type>
|
||||
|
||||
</update:update-descriptions>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
|
||||
|
||||
<thing-type uid="velbus:vmbdali">
|
||||
<instruction-set targetVersion="1">
|
||||
<add-channel id="CH80" groupIds="color">
|
||||
<type>system.color</type>
|
||||
</add-channel>
|
||||
</instruction-set>
|
||||
</thing-type>
|
||||
|
||||
</update:update-descriptions>
|
||||
Reference in New Issue
Block a user