Skip to content

Commit

Permalink
Merge pull request #572 from DoumP/RemoteLincFastOn-FastOff
Browse files Browse the repository at this point in the history
Add FastOn & FastOff for RemoteLinc
  • Loading branch information
hplato committed Mar 1, 2016
2 parents efb1a98 + 0ebc046 commit 863cc54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Insteon/Controller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ must first be put into "awake mode."
=head2 INHERITS
L<Insteon::BaseDevice|Insteon::BaseInsteon/Insteon::BaseDevice>,
L<Insteon::DimmableLight|Insteon::Lighting/Insteon::DimmableLight>,
L<Insteon::Insteon::MultigroupDevice|Insteon::BaseInsteon/Insteon::Insteon::MultigroupDevice>
=head2 METHODS
Expand All @@ -56,7 +57,7 @@ use strict;
use Insteon::BaseInsteon;

@Insteon::RemoteLinc::ISA =
( 'Insteon::BaseDevice', 'Insteon::MultigroupDevice' );
( 'Insteon::DimmableLight', 'Insteon::MultigroupDevice' );

my %message_types = (
%Insteon::BaseDevice::message_types,
Expand Down

0 comments on commit 863cc54

Please sign in to comment.