Skip to content

Commit

Permalink
Insteon_FanLinc: Fix Typo in Read Table A
Browse files Browse the repository at this point in the history
  • Loading branch information
krkeegan committed Mar 4, 2013
1 parent d52aa54 commit 3a1dd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/read_table_A.pl
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ sub read_table_A {
($address, $name, $grouplist, @other) = @item_info;
$other = join ', ', (map {"'$_'"} @other); # Quote data
$object = "Insteon::FanLinc(\'$address\', $other)";
}
elsif($type eq "INSTEON_ICONTROLLER") {
require Insteon::BaseInsteon;
($address, $name, $grouplist, @other) = @item_info;
Expand Down

0 comments on commit 3a1dd7b

Please sign in to comment.