Create dz15s.xml

the parameter must be a list and you mist the item 0 
add the product link
This commit is contained in:
Jean-François Auger 2017-06-12 08:41:38 +02:00 committed by GitHub
parent d0b467c2f4
commit b1b0599f7f

View file

@ -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>