Skip to content

Commit

Permalink
[insteon] Added support to 2472D OutletLinc Dimmer for LED On/Off, LE…
Browse files Browse the repository at this point in the history
…D Brightness, Local Ramp Rate and Beep (openhab#7490)

Signed-off-by: Tom Weichmann <tommycw10@gmail.com>
  • Loading branch information
tommycw1 authored and markus7017 committed Sep 18, 2020
1 parent 3625519 commit 49e2400
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<description>Insteon binding product key that is used to identify the model of the device.</description>
<options>
<option value="F00.00.01">2477D SwitchLinc Dimmer - F00.00.01</option>
<option value="F00.00.02">2477S SwitchLinc Switch- F00.00.02</option>
<option value="F00.00.02">2477S SwitchLinc Switch - F00.00.02</option>
<option value="F00.00.03">2845-222 Hidden Door Sensor - F00.00.03</option>
<option value="F00.00.04">2876S ICON Switch - F00.00.04</option>
<option value="F00.00.05">2456D3 LampLinc V2 - F00.00.05</option>
Expand Down Expand Up @@ -95,7 +95,7 @@
<option value="0x000049">2843-222 Wireless Open/Close Sensor - 0x000049</option>
<option value="0x00004A">2842-222 Motion Sensor - 0x00004A</option>
<option value="0x000051">2486DWH8 KeypadLinc Dimmer - 0x000051</option>
<option value="0x000068">2472D OutletLincDimmer - 0x000068</option>
<option value="0x000068">2472D OutletLinc Dimmer - 0x000068</option>
<option value="X00.00.01">X10 switch Generic X10 switch - X00.00.01</option>
<option value="X00.00.02">X10 dimmer Generic X10 dimmer - X00.00.02</option>
<option value="X00.00.03">X10 motion Generic X10 motion sensor - X00.00.03</option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<feature name="data">MotionSensorData</feature>
<feature name="lastheardfrom">GenericLastTime</feature>
</device>

<device productKey="0x000050">
<model>2486DWH6</model>
<description>KeypadLinc Dimmer - 6 Button</description>
Expand All @@ -96,6 +97,7 @@
</feature_group>
<feature name="lastheardfrom">GenericLastTime</feature>
</device>

<device productKey="0x000051">
<model>2486DWH8</model>
<description>KeypadLinc Dimmer - 8 Button</description>
Expand All @@ -118,11 +120,17 @@

<device productKey="0x000068">
<model>2472D</model>
<description>OutletLincDimmer</description>
<description>OutletLinc Dimmer</description>
<feature name="dimmer">GenericDimmer</feature>
<feature name="manualchange">ManualChange</feature>
<feature name="fastonoff">FastOnOff</feature>
<feature name="lastheardfrom">GenericLastTime</feature>
<feature name="ledonoff">LEDOnOff</feature>
<feature name="beep">Beep</feature>
<feature_group name="ext_group" type="ExtStatusGroup">
<feature name="ledbrightness">LEDBrightness</feature>
<feature name="ramprate">RampRate</feature>
</feature_group>
</device>

<!-- #################################################
Expand Down Expand Up @@ -576,5 +584,4 @@
</feature_group>
<feature name="lastheardfrom">GenericLastTime</feature>
</device>

</xml>

0 comments on commit 49e2400

Please sign in to comment.