mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
Create dz15s.xml
the parameter must be a list and you mist the item 0 add the product link
This commit is contained in:
parent
d0b467c2f4
commit
b1b0599f7f
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Leviton Switch DZ15S
|
||||
http://products.z-wavealliance.org/products/1957
|
||||
-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" index="7" genre="config" label="Locator LED Status" units="" min="0" max="255" size="1" value="255">
|
||||
<Value type="list" index="7" genre="config" label="Locator LED Status" units="" min="0" max="255" size="1" value="255">
|
||||
<Help>Change the mode of the LED to Status Mode where the LED is illuminated when the load is On, Locator Mode where the LED is illuminated when the Load is Off, or turns off the LED completely for any other setting values.</Help>
|
||||
<Item label="Off" value="0"/>
|
||||
<Item label="Status Mode" value="254"/>
|
||||
<Item label="Locator Mode" value="255"/>
|
||||
</Value>
|
||||
|
|
Loading…
Add table
Reference in a new issue