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