Skip to content

Commit

Permalink
Merge pull request #60 from krkeegan/fix_issue_59
Browse files Browse the repository at this point in the history
Add_Link Change ALDB Health from Empty to Good
  • Loading branch information
krkeegan committed Feb 6, 2013
2 parents 775f077 + 34c42ad commit a9d4484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Insteon/AllLinkDatabase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ sub _on_poke
$$self{aldb}{$aldbkey}{deviceid} = lc $$self{pending_aldb}{deviceid};
$$self{aldb}{$aldbkey}{group} = lc $$self{pending_aldb}{group};
$$self{aldb}{$aldbkey}{address} = $$self{pending_aldb}{address};
$self->health("good");
}
# clear out mem_activity flag
$$self{_mem_activity} = undef;
Expand Down

0 comments on commit a9d4484

Please sign in to comment.