]> git.basschouten.com Git - openhab-addons.git/blob
c50b50633cda5f14f661090339b6167e112b12d8
[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="soc" typeId="soc-channel"/>
13                         <channel id="radius-electric" typeId="range-radius-electric-channel"/>
14                 </channels>
15         </channel-group-type>
16 </thing:thing-descriptions>