Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
17
plugins/hal-zwave/resources/config/ge/relay.xml
Normal file
17
plugins/hal-zwave/resources/config/ge/relay.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue