Skip to content

Commit

Permalink
Merge pull request #483 from krkeegan/insteon_kpl_fixes
Browse files Browse the repository at this point in the history
Insteon: Fix Error in KPL Button Dimming Function
  • Loading branch information
marcmerlin committed Feb 18, 2015
2 parents ba86224 + af4a322 commit 2470b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Insteon/Lighting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ sub update_flags
$self->_aldb->update_flags($flags) if $self->_aldb;
}
else {
$flags = hex($flags);
if ($flags & 0x02) {
$self->set_operating_flag('8_key_mode');
}
Expand Down

0 comments on commit 2470b2e

Please sign in to comment.