Skip to content

Commit

Permalink
Merge pull request #364 from krkeegan/fix_issue_363
Browse files Browse the repository at this point in the history
Insteon: Fix Typo in Call to Dervice Message in FanLinc
  • Loading branch information
krkeegan committed Jan 18, 2014
2 parents ac26fb0 + 52948d9 commit 4d6b5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Insteon/Lighting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ sub derive_message
{
my ($self, $p_command, $p_extra) = @_;
if ($self->is_root){
$self->SUPER::derive_message($self, $p_command, $p_extra);
$self->SUPER::derive_message($p_command, $p_extra);
}
else {
my $level;
Expand Down

0 comments on commit 4d6b5fe

Please sign in to comment.