Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue #26 #29

Merged

Commits on Dec 15, 2012

  1. Configuration menu
    Copy the full SHA
    7178bab View commit details
    Browse the repository at this point in the history
  2. Merge in upstream

    krkeegan committed Dec 15, 2012
    Configuration menu
    Copy the full SHA
    ed0037d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2012

  1. Fix for Issue #26

    Previously, insteon cleanup messages received by MH, would cause MH to clear the active message
    withoug confirming if the cleanup message corresponded to the active message.
    
    If multiple PLM scenes were sent sequentially, a cleanup message from one scene may have caused
    MH to clear out the following scenes command.
    
    This patch only clears the active message if the cleanup message matches the active message.
    krkeegan committed Dec 20, 2012
    Configuration menu
    Copy the full SHA
    253afad View commit details
    Browse the repository at this point in the history