]> git.basschouten.com Git - openhab-addons.git/blob
90fdb4b690045c9a1f4fc4d7b5bbd7c87143831a
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="somfytahoma"
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
7         <thing-type id="adjustableslatsrollershutter">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="bridge"/>
10                 </supported-bridge-type-refs>
11                 <label>Somfy AS Roller Shutter</label>
12                 <description>Somfy Adjustable Slats Roller Shutter</description>
13                 <channels>
14                         <channel id="rocker" typeId="rocker"></channel>
15                         <channel id="control" typeId="control"></channel>
16                         <channel id="orientation" typeId="orientation"></channel>
17                         <channel id="closure_orientation" typeId="closure_orientation"></channel>
18                 </channels>
19                 <config-description-ref uri="thing-type:somfytahoma:device"/>
20         </thing-type>
21
22 </thing:thing-descriptions>