]> git.basschouten.com Git - openhab-addons.git/blob
abff66b371460b607aff4c324003138539733511
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="rfxcom"
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-type id="temperaturehumiditybarometric">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="bridge"/>
10                         <bridge-type-ref id="tcpbridge"/>
11                         <bridge-type-ref id="RFXtrx433"/>
12                         <bridge-type-ref id="RFXrec433"/>
13                 </supported-bridge-type-refs>
14
15                 <label>RFXCOM Temperature-Humidity-Barometric Sensor</label>
16                 <description>A Temperature-Humidity-Barometric device.</description>
17
18                 <channels>
19                         <channel id="temperature" typeId="temperature"/>
20                         <channel id="humidity" typeId="humidity"/>
21                         <channel id="humidityStatus" typeId="humiditystatus"/>
22                         <channel id="pressure" typeId="pressure"/>
23                         <channel id="forecast" typeId="forecast"/>
24                         <channel id="signalLevel" typeId="system.signal-strength"/>
25                         <channel id="batteryLevel" typeId="system.battery-level"/>
26                         <channel id="lowBattery" typeId="system.low-battery"/>
27                 </channels>
28
29                 <config-description>
30                         <parameter name="deviceId" type="text" required="true">
31                                 <label>Device Id</label>
32                                 <description>Sensor Id. Example 59648</description>
33                         </parameter>
34                         <parameter name="subType" type="text" required="true">
35                                 <label>Sub Type</label>
36                                 <description>Specifies device sub type.</description>
37                                 <options>
38                                         <option value="THB1">BTHR918, BTHGN129</option>
39                                         <option value="THB2">BTHR918N, BTHR968</option>
40                                 </options>
41                         </parameter>
42                 </config-description>
43
44         </thing-type>
45
46 </thing:thing-descriptions>