]> git.basschouten.com Git - openhab-addons.git/blob
e275a1bf7e744ee612883ba8a626d7f163844bf1
[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-type id="gps-channel">
7                 <item-type>Location</item-type>
8                 <label>GPS Coordinates</label>
9         </channel-type>
10         <channel-type id="heading-channel">
11                 <item-type>Number:Angle</item-type>
12                 <label>Heading Angle</label>
13                 <state pattern="%d %unit%" readOnly="true"/>
14         </channel-type>
15 </thing:thing-descriptions>