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="door-values">
7 <label>Detailed Door Status</label>
8 <description>Detailed Status of all Doors and Windows</description>
10 <channel id="driver-front" typeId="driver-front-channel"/>
11 <channel id="driver-rear" typeId="driver-rear-channel"/>
12 <channel id="passenger-front" typeId="passenger-front-channel"/>
13 <channel id="passenger-rear" typeId="passenger-rear-channel"/>
14 <channel id="hood" typeId="hood-channel"/>
15 <channel id="trunk" typeId="trunk-channel"/>
16 <channel id="win-driver-front" typeId="window-driver-front-channel"/>
17 <channel id="win-driver-rear" typeId="window-driver-rear-channel"/>
18 <channel id="win-passenger-front" typeId="window-passenger-front-channel"/>
19 <channel id="win-passenger-rear" typeId="window-passenger-rear-channel"/>
20 <channel id="win-rear" typeId="window-rear-channel"/>
21 <channel id="sunroof" typeId="sunroof-channel"/>
24 </thing:thing-descriptions>