]> git.basschouten.com Git - openhab-addons.git/blob
cbc5f820c3be331878d89227299f03805c44201a
[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-vehicle-status">
7                 <label>Vehicle Status</label>
8                 <description>Provides Status of Doors, Windows, Lock State, Service and Check Control Messages</description>
9                 <channels>
10                         <channel id="doors" typeId="doors-channel"/>
11                         <channel id="windows" typeId="windows-channel"/>
12                         <channel id="lock" typeId="lock-channel"/>
13                         <channel id="service-date" typeId="next-service-date-channel"/>
14                         <channel id="service-mileage" typeId="next-service-mileage-channel"/>
15                         <channel id="check-control" typeId="check-control-channel"/>
16                         <channel id="plug-connection" typeId="plug-connection-channel"/>
17                         <channel id="charge" typeId="charging-status-channel"/>
18                         <channel id="remaining" typeId="charging-remaining-channel"/>
19                         <channel id="last-update" typeId="last-update-channel"/>
20                         <channel id="last-update-reason" typeId="last-update-reason-channel"/>
21                 </channels>
22         </channel-group-type>
23 </thing:thing-descriptions>