]> git.basschouten.com Git - openhab-addons.git/blob
36bcafd18a00b6f4a2a8f300f6e273b9cbaee063
[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="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="last-update" typeId="last-update-channel"/>
17                         <channel id="last-update-reason" typeId="last-update-reason-channel"/>
18                 </channels>
19         </channel-group-type>
20 </thing:thing-descriptions>