]> git.basschouten.com Git - openhab-addons.git/blob
b96bce38ad99bc474512dda9327fdf1688da0e96
[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="remote-services">
7                 <label>Remote Services</label>
8                 <description>Services can be executed via BMW Server like Door lock/unlock, Air Conditioning and more</description>
9                 <channels>
10                         <channel id="command" typeId="remote-command-channel"/>
11                         <channel id="state" typeId="remote-state-channel"/>
12                 </channels>
13         </channel-group-type>
14 </thing:thing-descriptions>