Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[insteon] Added support to 2472D OutletLinc Dimmer for LED On/Off, LED Brightness, Local Ramp Rate and Beep #7490

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>