Skip to content

Commit 009d85b

Browse files
authored
Merge pull request OpenZWave#981 from ThomasADavis/master
Added support for GE 12721 Lighting Control Duplex Receptacle, thank's @ThomasADavis
2 parents d267ba0 + b44c6c0 commit 009d85b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

config/ge/receptacle.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Product xmlns='http://code.google.com/p/open-zwave/'>
3+
<!-- Configuration Parameters -->
4+
<CommandClass id="112">
5+
<Value type="list" index="3" genre="config" label="Night Light" size="1" value="0">
6+
<Help>In night-light mode the LED on the switch will turn ON when the switch is turned OFF.</Help>
7+
<Item label="No" value="0" />
8+
<Item label="Yes" value="1" />
9+
</Value>
10+
</CommandClass>
11+
</Product>
12+

config/manufacturer_specific.xml

+1
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@
443443
<Product type="5252" id="3530" name="45605 Duplex Receptacle"/>
444444
<Product type="5257" id="3533" name="45609 On/Off Relay Switch" config="ge/relay.xml"/>
445445
<Product type="4457" id="3033" name="45613 3-Way Dimmer Switch" config="ge/dimmer.xml"/>
446+
<Product type="4952" id="3031" name="12721 Lighting Control Duplex Receptacle" config="ge/receptacle.xml"/>
446447
<Product type="4952" id="3032" name="12722 On/Off Relay Switch" config="ge/relay.xml"/>
447448
<Product type="4952" id="3033" name="12727 In-Wall Smart Switch (Toggle)"/>
448449
</Manufacturer>

0 commit comments

Comments
 (0)