Skip to content

Commit

Permalink
[insteon] Add support for Beep and LED on/off features to various mod…
Browse files Browse the repository at this point in the history
…ules (openhab#7295)

* Add support for Beep and LED on/off features to Dimmer Modules(2457D2), On/Off Modules(2635-222), and On/Off Outdoor Modules(2634-222)

Signed-off-by: Tom Weichmann <[email protected]>
Signed-off-by: Daan Meijer <[email protected]>
  • Loading branch information
tommycw1 authored and DaanMeijer committed Sep 1, 2020
1 parent dd54f34 commit e48932b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ Example entry:
<description>On/Off Dual-Band Outdoor Module</description>
<feature name="switch">GenericSwitch</feature>
<feature name="lastheardfrom">GenericLastTime</feature>
<feature name="ledonoff">LEDOnOff</feature>
<feature name="beep">Beep</feature>
</device>

<device productKey="F00.00.10">
Expand Down Expand Up @@ -420,6 +422,8 @@ Example entry:
<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>
</device>

<device productKey="F00.00.1A">
Expand All @@ -434,6 +438,8 @@ Example entry:
<description>On/Off Module</description>
<feature name="switch">GenericSwitch</feature>
<feature name="lastheardfrom">GenericLastTime</feature>
<feature name="ledonoff">LEDOnOff</feature>
<feature name="beep">Beep</feature>
</device>

<device productKey="F00.00.1C">
Expand Down

0 comments on commit e48932b

Please sign in to comment.