]> git.basschouten.com Git - openhab-addons.git/blob
df8b118b2a4e1031131f5ae75f4d0771779599f0
[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="conv-range-values">
7                 <label>Range Data</label>
8                 <description>Provides Mileage, remaining range and fuel level values</description>
9                 <channels>
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"/>
14                 </channels>
15         </channel-group-type>
16 </thing:thing-descriptions>