|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<thing:thing-descriptions bindingId="zwave" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" |
| 5 | + xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 |
| 6 | + http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"> |
| 7 | + |
| 8 | + <thing-type id="forest_shuttlesl_00_000" listed="false"> |
| 9 | + <label>Shuttle S/L Drapery hardware</label> |
| 10 | + <description><![CDATA[ |
| 11 | +Drapery hardware<br /><h1>Overview</h1><p>Role type: always on slave</p> <p>Node type: z-wave plus node</p> <br /><h2>Inclusion Information</h2><p>Set your main controller into learn mode. Press configuration button 3 times. Led 3 is ON. Press and hold once more for 4 seconds, led will start blinking for 10 seconds. The Shuttle Z-wave motor will be detected and included into the Z-wave network of your controller.</p> <br /><h2>Exclusion Information</h2><p>To exclude, set your main controller into exclude mode. Press configuration button 3 times. Led 3 is ON. Press and hold once more for 4 seconds, led will start blinking for 10 seconds. The Shuttle Z-wave motor will be detected and excluded into the Z-wave network of your controller.</p> <p>You can also reset the device, but only use this if your main controller is not operable. For reset, press the config button 25 times and confirm by pressing the button once more for 4 seconds until the led blinks 3 times and goes off.</p> <br /><h2>Wakeup Information</h2><p>Not specified</p> |
| 12 | + ]]></description> |
| 13 | + <category>Blinds</category> |
| 14 | + |
| 15 | + <!-- CHANNEL DEFINITIONS --> |
| 16 | + <channels> |
| 17 | + <channel id="switch_binary" typeId="switch_binary"> |
| 18 | + <label>Switch</label> |
| 19 | + <properties> |
| 20 | + <property name="binding:*:OnOffType">SWITCH_BINARY,BASIC</property> |
| 21 | + </properties> |
| 22 | + </channel> |
| 23 | + <channel id="switch_dimmer" typeId="switch_dimmer"> |
| 24 | + <label>Dimmer</label> |
| 25 | + <properties> |
| 26 | + <property name="binding:*:PercentType">SWITCH_MULTILEVEL</property> |
| 27 | + <property name="binding:Command:OnOffType">SWITCH_MULTILEVEL</property> |
| 28 | + </properties> |
| 29 | + </channel> |
| 30 | + </channels> |
| 31 | + |
| 32 | + <!-- DEVICE PROPERTY DEFINITIONS --> |
| 33 | + <properties> |
| 34 | + <property name="vendor">Forest Group Nederland B.V</property> |
| 35 | + <property name="modelId">Shuttle S/L</property> |
| 36 | + <property name="manufacturerId">0207</property> |
| 37 | + <property name="manufacturerRef">0027:0100</property> |
| 38 | + <property name="dbReference">510</property> |
| 39 | + <property name="defaultAssociations">1</property> |
| 40 | + </properties> |
| 41 | + |
| 42 | + <!-- CONFIGURATION DESCRIPTIONS --> |
| 43 | + <config-description> |
| 44 | + |
| 45 | + <!-- ASSOCIATION DEFINITIONS --> |
| 46 | + <parameter-group name="association"> |
| 47 | + <context>link</context> |
| 48 | + <label>Association Groups</label> |
| 49 | + </parameter-group> |
| 50 | + |
| 51 | + <parameter name="group_1" type="text" groupName="association"> |
| 52 | + <label>1: Lifeline</label> |
| 53 | + <description><![CDATA[ |
| 54 | +<br /><h1>Overview</h1><p>Node associated in this group will receive an unsolicited SWITCH_MULTILEVEL_REPORT frame every time the position of the curtain rail is changed, where the value represents the (changed) position.</p> |
| 55 | + ]]></description> |
| 56 | + </parameter> |
| 57 | + |
| 58 | + </config-description> |
| 59 | + |
| 60 | + </thing-type> |
| 61 | + |
| 62 | +</thing:thing-descriptions> |
0 commit comments