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-type id="checkcontrol-name-channel">
7 <item-type>String</item-type>
8 <label>CheckControl Description</label>
10 <channel-type id="checkcontrol-details-channel">
11 <item-type>String</item-type>
12 <label>CheckControl Details</label>
14 <channel-type id="checkcontrol-mileage-channel">
15 <item-type>Number:Length</item-type>
16 <label>Mileage Occurrence</label>
17 <state pattern="%d %unit%"/>
19 </thing:thing-descriptions>