|
| 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="honeywell_39351_00_000" listed="false"> |
| 9 | + <label>39351 / Jasco ZW3005 In-Wall Smart Dimmer</label> |
| 10 | + <description><![CDATA[ |
| 11 | +In-Wall Smart Dimmer<br /><h1>Overview</h1><ul><li>Indoor</li> <li>Dimmer Switch</li> <li>120 VAC, 60 Hz</li> <li>908.42/916 MHz</li> <li>Max Incandescent Load 1-gang 600W</li> <li>Max Incandescent Load 2-gang 500W</li> <li>Max Incandescent Load 3-gang 400W</li> <li>Max CFL/LED Load 150W</li> <li>Max Range 45 m</li> <li>Operating Temperature Range 0°C to 40°C</li> <li>UL Listed</li> <li>FCC ID U2ZZW3005A</li> <li>IC 6924A-ZW3005A</li> </ul><br /><h2>Inclusion Information</h2><p>Press and release the top or bottom of the dimmer (rocker). (Tested to work with Network Wide Inclusion.)</p> <br /><h2>Exclusion Information</h2><p>Press and release the top or bottom of the dimmer (rocker).</p> |
| 12 | + ]]></description> |
| 13 | + <category>WallSwitch</category> |
| 14 | + |
| 15 | + <!-- CHANNEL DEFINITIONS --> |
| 16 | + <channels> |
| 17 | + <channel id="switch_dimmer" typeId="switch_dimmer"> |
| 18 | + <label>Dimmer</label> |
| 19 | + <properties> |
| 20 | + <property name="binding:*:PercentType">COMMAND_CLASS_SWITCH_MULTILEVEL</property> |
| 21 | + <property name="binding:Command:OnOffType">COMMAND_CLASS_SWITCH_MULTILEVEL</property> |
| 22 | + </properties> |
| 23 | + </channel> |
| 24 | + <channel id="scene_number" typeId="scene_number"> |
| 25 | + <label>Scene Number</label> |
| 26 | + <properties> |
| 27 | + <property name="binding:*:DecimalType">COMMAND_CLASS_SCENE_ACTIVATION</property> |
| 28 | + </properties> |
| 29 | + </channel> |
| 30 | + </channels> |
| 31 | + |
| 32 | + <!-- DEVICE PROPERTY DEFINITIONS --> |
| 33 | + <properties> |
| 34 | + <property name="vendor">Honeywell</property> |
| 35 | + <property name="modelId">39351 / Jasco ZW3005</property> |
| 36 | + <property name="manufacturerId">0039</property> |
| 37 | + <property name="manufacturerRef">4944:3038</property> |
| 38 | + <property name="dbReference">984</property> |
| 39 | + <property name="defaultAssociations">1</property> |
| 40 | + </properties> |
| 41 | + |
| 42 | + <!-- CONFIGURATION DESCRIPTIONS --> |
| 43 | + <config-description> |
| 44 | + |
| 45 | + <!-- GROUP DEFINITIONS --> |
| 46 | + <parameter-group name="configuration"> |
| 47 | + <context>setup</context> |
| 48 | + <label>Configuration Parameters</label> |
| 49 | + </parameter-group> |
| 50 | + |
| 51 | + <parameter-group name="association"> |
| 52 | + <context>link</context> |
| 53 | + <label>Association Groups</label> |
| 54 | + </parameter-group> |
| 55 | + |
| 56 | + <!-- PARAMETER DEFINITIONS --> |
| 57 | + <parameter name="config_3_1" type="integer" groupName="configuration"> |
| 58 | + <label>3: LED Light</label> |
| 59 | + <description>LED status when device on or off.</description> |
| 60 | + <default>0</default> |
| 61 | + <options> |
| 62 | + <option value="0">LED ON when load is OFF</option> |
| 63 | + <option value="1">LED ON when load is ON</option> |
| 64 | + <option value="2">LED always OFF</option> |
| 65 | + </options> |
| 66 | + </parameter> |
| 67 | + |
| 68 | + <parameter name="config_4_1" type="integer" groupName="configuration"> |
| 69 | + <label>4: Invert Switch</label> |
| 70 | + <description>Switch orientation.</description> |
| 71 | + <default>0</default> |
| 72 | + <options> |
| 73 | + <option value="0">Default</option> |
| 74 | + <option value="1">Invert Switch</option> |
| 75 | + </options> |
| 76 | + </parameter> |
| 77 | + |
| 78 | + <!-- ASSOCIATION DEFINITIONS --> |
| 79 | + <parameter name="group_1" type="text" groupName="association" multiple="true"> |
| 80 | + <label>1: Lifeline</label> |
| 81 | + <description>Z-Wave Plus Lifeline, Multilevel Switch Report</description> |
| 82 | + <multipleLimit>5</multipleLimit> |
| 83 | + </parameter> |
| 84 | + |
| 85 | + <parameter name="group_2" type="text" groupName="association" multiple="true"> |
| 86 | + <label>2: Basic Set Local Load</label> |
| 87 | + <description>Support Basic Set and is controlled with the local load</description> |
| 88 | + <multipleLimit>5</multipleLimit> |
| 89 | + </parameter> |
| 90 | + |
| 91 | + <parameter name="group_3" type="text" groupName="association" multiple="true"> |
| 92 | + <label>3: Basic Set Double Press</label> |
| 93 | + <description>Supports Basic Set and is controlled by double pressing the On or Off button</description> |
| 94 | + <multipleLimit>5</multipleLimit> |
| 95 | + </parameter> |
| 96 | + |
| 97 | + <!-- STATIC DEFINITIONS --> |
| 98 | + <parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true"> |
| 99 | + <label>Node ID</label> |
| 100 | + <advanced>true</advanced> |
| 101 | + </parameter> |
| 102 | + |
| 103 | + </config-description> |
| 104 | + |
| 105 | + </thing-type> |
| 106 | + |
| 107 | +</thing:thing-descriptions> |
0 commit comments