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

Insteon: Some Fixes to Scan Link Tables and Link Table Nomeclature #467

Merged
merged 8 commits into from
Jul 27, 2015

Commits on Sep 10, 2014

  1. Insteon: Move Insertion of PLM ALDB Record to PLM Package

    This way, the record is added to the PLM cache no matter how the record was added to the PLM.  This includes manual linking.
    krkeegan committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    2f42a0c View commit details
    Browse the repository at this point in the history
  2. Insteon: Better Handling of PLM Link Complete; Mark PLM ALDB Out of S…

    …ync;
    
    Handle both responder and controller links.
    
    Handle manually delete links.
    
    Mark out of sync if manually reset.
    krkeegan committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    95ed220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1e35d View commit details
    Browse the repository at this point in the history
  4. Insteon: Catch Software Reset ACK

    While not specifically enabled in the code, it may one day be, or an advanced user may somehow trigger it.
    krkeegan committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    5fe3cc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Configuration menu
    Copy the full SHA
    526e300 View commit details
    Browse the repository at this point in the history
  2. Insteon: Change the Nomeclature of ALDB Health

    It was confusing to list both links and link tables as "out-of-sync."
    
    At least for link tables, the likely command would be "sync ...." but in fact it is "scan ...".
    
    Now, link tables can be unknown|empty|changed|unchanged.
    
    This fits with the prior voice command "scan changed link tables."
    
    Hopefully this will lead to less confusion.
    krkeegan committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    51d9878 View commit details
    Browse the repository at this point in the history
  3. Insteon: Rename PLM Voice Commands for Comprehension

    Added a prefix to distinguish PLM/Global voice commands.
    
    Changed the name of 'scan all device link tables' to 'force scan...' to try and underscore that it is not a routine function
    krkeegan committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    f04339e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Configuration menu
    Copy the full SHA
    64a1036 View commit details
    Browse the repository at this point in the history