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="conv-range-values">
7 <label>Range Data</label>
8 <description>Provides Mileage, remaining range and fuel level values</description>
10 <channel id="mileage" typeId="mileage-channel"/>
11 <channel id="fuel" typeId="range-fuel-channel"/>
12 <channel id="remaining-fuel" typeId="remaining-fuel-channel"/>
13 <channel id="radius-fuel" typeId="range-radius-fuel-channel"/>
16 </thing:thing-descriptions>