Skip to content

Commit

Permalink
Add FastOn & FastOff to RempteLinc
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumP committed Feb 26, 2016
1 parent efb1a98 commit 0ebc046
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 0ebc046

Please sign in to comment.