]> git.basschouten.com Git - openhab-addons.git/blob
a260df0b9f6b29c168d821004d557b146029e05b
[openhab-addons.git] /
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="hybrid-range-values">
7                 <label>Hybrid Range Data</label>
8                 <description>Provides Mileage, remaining range and fuel and charge level values</description>
9                 <channels>
10                         <channel id="mileage" typeId="mileage-channel"/>
11                         <channel id="hybrid" typeId="range-hybrid-channel"/>
12                         <channel id="electric" typeId="range-electric-channel"/>
13                         <channel id="soc" typeId="soc-channel"/>
14                         <channel id="fuel" typeId="range-fuel-channel"/>
15                         <channel id="remaining-fuel" typeId="remaining-fuel-channel"/>
16                         <channel id="radius-electric" typeId="range-radius-electric-channel"/>
17                         <channel id="radius-hybrid" typeId="range-radius-hybrid-channel"/>
18                 </channels>
19         </channel-group-type>
20 </thing:thing-descriptions>