Skip to content

Commit

Permalink
Merge pull request #1109 from drkp/master
Browse files Browse the repository at this point in the history
Add support for GE 12491 Z-Wave Plus switch, thank's @drkp
  • Loading branch information
nechry committed Jan 26, 2017
2 parents f7b1ee9 + 1b3637a commit 69368f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/ge/12491-switch.xml
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Product xmlns='http://code.google.com/p/open-zwave/'>
<CommandClass id="112">
<Value type="list" index="3" genre="config" label="LED Light" min="0" max="2" value="0" size="1">
<Help>Sets when the LED on the switch is lit.</Help>
<Item label="LED on when light off" value="0" />
<Item label="LED on when light on" value="1" />
<Item label="LED always off" value="2" />
</Value>
<Value type="list" index="4" genre="config" label="Invert Switch" min="0" max="1" size="1" value="0">
<Help>Change the top of the switch to OFF and the bottom of the switch to ON, if the switch was installed upside down.</Help>
<Item label="No" value="0" />
<Item label="Yes" value="1" />
</Value>
</CommandClass>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="1" label="Lifeline" />
</Associations>
</CommandClass>
</Product>
1 change: 1 addition & 0 deletions config/manufacturer_specific.xml
Expand Up @@ -468,6 +468,7 @@
<Product type="4944" id="3031" name="12724 3-Way Dimmer Switch" config="ge/12724-dimmer.xml"/>
<Product type="4944" id="3033" name="12729 3-Way Dimmer Switch" config="ge/12724-dimmer.xml"/>
<Product type="4944" id="3034" name="12730 Fan Control Switch" config="ge/12724-dimmer.xml"/>
<Product type="4952" id="3036" name="12491 In-Wall Smart Switch" config="ge/12491-switch.xml"/>
<Product type="5250" id="3030" name="45603 Plugin Appliance Module"/>
<Product type="5250" id="3130" name="45604 Outdoor Module"/>
<Product type="4f50" id="3031" name="12720 Outdoor Smart Switch"/>
Expand Down

0 comments on commit 69368f6

Please sign in to comment.