1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="mercedesme"
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="range-hybrid-values">
7 <label>Range, Charge / Fuel Data</label>
8 <description>Provides mileage, remaining fuel and range data for hybrid vehicles</description>
10 <channel id="mileage" typeId="mileage-channel"/>
11 <channel id="range-electric" typeId="range-electric-channel"/>
12 <channel id="radius-electric" typeId="radius-electric-channel"/>
13 <channel id="soc" typeId="soc-channel"/>
14 <channel id="charged" typeId="charged-channel"/>
15 <channel id="uncharged" typeId="uncharged-channel"/>
16 <channel id="range-fuel" typeId="range-fuel-channel"/>
17 <channel id="radius-fuel" typeId="radius-fuel-channel"/>
18 <channel id="fuel-level" typeId="fuel-level-channel"/>
19 <channel id="fuel-remain" typeId="fuel-remain-channel"/>
20 <channel id="fuel-open" typeId="fuel-open-channel"/>
21 <channel id="range-hybrid" typeId="range-hybrid-channel"/>
22 <channel id="radius-hybrid" typeId="radius-fuel-channel"/>
23 <channel id="last-update" typeId="last-range-update-channel"/>
26 </thing:thing-descriptions>