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="charge-values">
7 <label>Electric Charging</label>
8 <description>Charge Profiles of Vehicle</description>
10 <channel id="profile-climate" typeId="profile-climate-channel"/>
11 <channel id="profile-mode" typeId="profile-mode-channel"/>
12 <channel id="profile-prefs" typeId="profile-prefs-channel"/>
13 <channel id="window-start" typeId="window-start-channel"/>
14 <channel id="window-end" typeId="window-end-channel"/>
15 <channel id="timer1-departure" typeId="timer1-departure-channel"/>
16 <channel id="timer1-days" typeId="timer1-days-channel"/>
17 <channel id="timer1-day-mon" typeId="timer1-day-mon-channel"/>
18 <channel id="timer1-day-tue" typeId="timer1-day-tue-channel"/>
19 <channel id="timer1-day-wed" typeId="timer1-day-wed-channel"/>
20 <channel id="timer1-day-thu" typeId="timer1-day-thu-channel"/>
21 <channel id="timer1-day-fri" typeId="timer1-day-fri-channel"/>
22 <channel id="timer1-day-sat" typeId="timer1-day-sat-channel"/>
23 <channel id="timer1-day-sun" typeId="timer1-day-sun-channel"/>
24 <channel id="timer1-enabled" typeId="timer1-enabled-channel"/>
25 <channel id="timer2-departure" typeId="timer2-departure-channel"/>
26 <channel id="timer2-days" typeId="timer2-days-channel"/>
27 <channel id="timer2-day-mon" typeId="timer2-day-mon-channel"/>
28 <channel id="timer2-day-tue" typeId="timer2-day-tue-channel"/>
29 <channel id="timer2-day-wed" typeId="timer2-day-wed-channel"/>
30 <channel id="timer2-day-thu" typeId="timer2-day-thu-channel"/>
31 <channel id="timer2-day-fri" typeId="timer2-day-fri-channel"/>
32 <channel id="timer2-day-sat" typeId="timer2-day-sat-channel"/>
33 <channel id="timer2-day-sun" typeId="timer2-day-sun-channel"/>
34 <channel id="timer2-enabled" typeId="timer2-enabled-channel"/>
35 <channel id="timer3-departure" typeId="timer3-departure-channel"/>
36 <channel id="timer3-days" typeId="timer3-days-channel"/>
37 <channel id="timer3-day-mon" typeId="timer3-day-mon-channel"/>
38 <channel id="timer3-day-tue" typeId="timer3-day-tue-channel"/>
39 <channel id="timer3-day-wed" typeId="timer3-day-wed-channel"/>
40 <channel id="timer3-day-thu" typeId="timer3-day-thu-channel"/>
41 <channel id="timer3-day-fri" typeId="timer3-day-fri-channel"/>
42 <channel id="timer3-day-sat" typeId="timer3-day-sat-channel"/>
43 <channel id="timer3-day-sun" typeId="timer3-day-sun-channel"/>
44 <channel id="timer3-enabled" typeId="timer3-enabled-channel"/>
45 <channel id="override-departure" typeId="override-departure-channel"/>
46 <channel id="override-enabled" typeId="override-enabled-channel"/>
49 </thing:thing-descriptions>