1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="openwebnet"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
5 xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
7 <!-- Thing for BUS CEN+ Scenario Control (BTicino HC/HD/HS/L/N/NT4680) -->
8 <thing-type id="bus_cenplus_scenario_control">
9 <supported-bridge-type-refs>
10 <bridge-type-ref id="bus_gateway"/>
11 </supported-bridge-type-refs>
12 <label>CEN+ Scenario Control</label>
13 <description>An OpenWebNet BUS/SCS CEN+ Scenario Control device. BTicino models: HC/HD/HS/L/N/NT4680</description>
15 <!-- channels are created dynamically based on configured buttons -->
18 <property name="vendor">BTicino/Legrand</property>
19 <property name="model">BTI-HC/HD/HS/L/N/NT4680</property>
20 <property name="ownDeviceType">273</property>
23 <representation-property>ownId</representation-property>
26 <parameter name="buttons" type="text">
27 <label>Configured Buttons</label>
28 <description>List (comma separated) of buttons numbers [0-31] configured for this scenario device, example:
32 <parameter name="where" type="text" required="true">
33 <label>OpenWebNet Address (where)</label>
34 <description>Use 2+N[0-2047]. Example: scenario control 5 --> where="25"</description>
39 </thing:thing-descriptions>