]> git.basschouten.com Git - openhab-addons.git/blob
89aa6df5a234386c81f72e3d90f9113c279dc75a
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="bmwconnecteddrive"
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         <channel-type id="driver-front-channel">
7                 <item-type>String</item-type>
8                 <label>Driver Door</label>
9                 <state readOnly="true"/>
10         </channel-type>
11         <channel-type id="driver-rear-channel">
12                 <item-type>String</item-type>
13                 <label>Driver Door Rear</label>
14                 <state readOnly="true"/>
15         </channel-type>
16         <channel-type id="passenger-front-channel">
17                 <item-type>String</item-type>
18                 <label>Passenger Door</label>
19                 <state readOnly="true"/>
20         </channel-type>
21         <channel-type id="passenger-rear-channel">
22                 <item-type>String</item-type>
23                 <label>Passenger Door Rear</label>
24                 <state readOnly="true"/>
25         </channel-type>
26         <channel-type id="hood-channel">
27                 <item-type>String</item-type>
28                 <label>Hood</label>
29                 <state readOnly="true"/>
30         </channel-type>
31         <channel-type id="trunk-channel">
32                 <item-type>String</item-type>
33                 <label>Trunk</label>
34                 <state readOnly="true"/>
35         </channel-type>
36         <channel-type id="window-driver-front-channel">
37                 <item-type>String</item-type>
38                 <label>Driver Window</label>
39                 <state readOnly="true"/>
40         </channel-type>
41         <channel-type id="window-driver-rear-channel">
42                 <item-type>String</item-type>
43                 <label>Driver Rear Window</label>
44                 <state readOnly="true"/>
45         </channel-type>
46         <channel-type id="window-passenger-front-channel">
47                 <item-type>String</item-type>
48                 <label>Passenger Window</label>
49                 <state readOnly="true"/>
50         </channel-type>
51         <channel-type id="window-passenger-rear-channel">
52                 <item-type>String</item-type>
53                 <label>Passenger Rear Window</label>
54                 <state readOnly="true"/>
55         </channel-type>
56         <channel-type id="window-rear-channel">
57                 <item-type>String</item-type>
58                 <label>Rear Window</label>
59                 <state readOnly="true"/>
60         </channel-type>
61         <channel-type id="sunroof-channel">
62                 <item-type>String</item-type>
63                 <label>Sunroof</label>
64                 <state readOnly="true"/>
65         </channel-type>
66 </thing:thing-descriptions>