]> git.basschouten.com Git - openhab-addons.git/blob
8ad0c0f30d4be7724f11b70d8a15e5b0798cf7e2
[openhab-addons.git] /
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">
6
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>
14
15                 <!-- channels are created dynamically based on configured buttons -->
16
17                 <properties>
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>
21                 </properties>
22
23                 <representation-property>ownId</representation-property>
24
25                 <config-description>
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:
29                                         buttons=1,2,4
30                                 </description>
31                         </parameter>
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>
35                         </parameter>
36                 </config-description>
37
38         </thing-type>
39 </thing:thing-descriptions>