open-zwave/config/evolve/lsm-15.xml

17 lines
768 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Evolve Guest Controls: LSM-15 Wall Switch -->
<!-- Configuration Parameters -->
<CommandClass id="112">
<Value type="byte" genre="config" index="3" label="Night Light" units="" min="0" max="1" value="1">
<Help>By default, the LED on the LSM-15 will turn OFF when the load attached is turned ON. To make the LED turn ON when the load attached is turned ON, set parameter to a value of 0.</Help>
</Value>
<Value type="byte" genre="config" index="4" label="Invert Switch" units="" min="0" max="1" value="0">
<Help>To change the top of the switch to OFF and the bottom of the switch to ON, set parameter to 1.</Help>
</Value>
</CommandClass>
</Product>