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="ev-range-values">
7 <label>Electric Range Data</label>
8 <description>Provides Mileage, remaining range and charge level values</description>
10 <channel id="mileage" typeId="mileage-channel"/>
11 <channel id="electric" typeId="range-electric-channel"/>
12 <channel id="radius-electric" typeId="range-radius-electric-channel"/>
13 <channel id="electric-max" typeId="range-electric-max-channel"/>
14 <channel id="radius-electric-max" typeId="range-radius-electric-max-channel"/>
15 <channel id="soc" typeId="soc-channel"/>
16 <channel id="soc-max" typeId="soc-max-channel"/>
19 </thing:thing-descriptions>