]> git.basschouten.com Git - openhab-addons.git/blob
ceac5b1f5c7b6b8e278cacb68fb06cc51edd07be
[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-last-trip-values">
7                 <label>Last Trip Statistics</label>
8                 <description>Hybrid Consumption Values and Distances for the Last Trip</description>
9                 <channels>
10                         <channel id="date" typeId="trip-date-time-channel"/>
11                         <channel id="duration" typeId="trip-duration-channel"/>
12                         <channel id="distance" typeId="distance-channel"/>
13                         <channel id="distance-since-charging" typeId="distance-since-charging-channel"/>
14                         <channel id="avg-consumption" typeId="average-consumption-channel"/>
15                         <channel id="avg-combined-consumption" typeId="average-combined-consumption-channel"/>
16                         <channel id="avg-recuperation" typeId="average-recuperation-channel"/>
17                 </channels>
18         </channel-group-type>
19 </thing:thing-descriptions>