]> git.basschouten.com Git - openhab-addons.git/blob
5e0d0084dbd55f2adbbdb1ac0a0787fc557bce82
[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="ev-last-trip-values">
7                 <label>Last Trip Statistics</label>
8                 <description>EV 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-recuperation" typeId="average-recuperation-channel"/>
16                 </channels>
17         </channel-group-type>
18 </thing:thing-descriptions>