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"/>
11 <channel-type id="image-view-channel">
12 <item-type>String</item-type>
13 <label>Image Viewport</label>
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>
24 <channel-type id="image-size-channel">
25 <item-type>Number</item-type>
26 <label>Image Size</label>
28 </thing:thing-descriptions>