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-group-type id="image-values">
7 <label>Vehicle Image</label>
8 <description>Provides an Image of your Vehicle</description>
10 <channel id="png" typeId="png-channel"/>
11 <channel id="size" typeId="image-size-channel"/>
12 <channel id="view" typeId="image-view-channel"/>
15 </thing:thing-descriptions>