]> git.basschouten.com Git - openhab-addons.git/blob
78842c1e71bec0978f7e44a1cb81b53c3560b30e
[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="png-channel">
7                 <item-type>Image</item-type>
8                 <label>Rendered Vehicle Image</label>
9                 <state readOnly="true"/>
10         </channel-type>
11         <channel-type id="image-view-channel">
12                 <item-type>String</item-type>
13                 <label>Image Viewport</label>
14                 <command>
15                         <options>
16                                 <option value="FRONT">Front View</option>
17                                 <option value="REAR">Rear View</option>
18                                 <option value="SIDE">Side View</option>
19                                 <option value="DASHBOARD">Dashboard View</option>
20                                 <option value="DRIVERDOOR">Driver Door View</option>
21                         </options>
22                 </command>
23         </channel-type>
24         <channel-type id="image-size-channel">
25                 <item-type>Number</item-type>
26                 <label>Image Size</label>
27         </channel-type>
28 </thing:thing-descriptions>