17 lines
854 B
XML
17 lines
854 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="3" genre="config" label="Night Light" size="1" value="0">
|
|
<Help>In night-light mode the LED on the switch will turn ON when the switch is turned OFF.</Help>
|
|
<Item label="No" value="0" />
|
|
<Item label="Yes" value="1" />
|
|
</Value>
|
|
<Value type="list" index="4" genre="config" label="Invert Switch" size="1" value="0">
|
|
<Help>Change the top of the switch to OFF and the bottom of the switch to ON. Note: If you invert the switches and also install the product upside down, remember the load will now be controlled by the right, not the left switch.</Help>
|
|
<Item label="No" value="0" />
|
|
<Item label="Yes" value="1" />
|
|
</Value>
|
|
</CommandClass>
|
|
</Product>
|
|
|