Дилян Палаузов 6c1373f7c2
Typos a/an (#13819)
2022-12-02 13:07:31 +01:00

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0" bindingId="openwebnet"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<!-- Thing for BUS Auxiliary commands -->
<thing-type id="bus_aux">
<supported-bridge-type-refs>
<bridge-type-ref id="bus_gateway"/>
</supported-bridge-type-refs>
<label>Auxiliary</label>
<description>An OpenWebNet BUS/SCS Auxiliary command</description>
<channels>
<channel id="aux" typeId="aux"/>
</channels>
<properties>
<property name="vendor">BTicino/Legrand</property>
<property name="ownDeviceType">272</property>
</properties>
<representation-property>ownId</representation-property>
<config-description>
<parameter name="where" type="text" required="true">
<label>OpenWebNet Address (where)</label>
<description>Example: Where=1</description>
</parameter>
</config-description>
</thing-type>
</thing:thing-descriptions>