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

Use Remote Group When Adding Resp Link on Modem #453

Merged
merged 1 commit into from
Nov 8, 2021

Commits on Nov 8, 2021

  1. Use Remote Group When Adding Resp Link on Modem

    The group on responder links is the "remote_group".  This was correct
    in the devices/Base.py but was somehow not updated in Modem.py.
    
    Also fix bug with link data on Modem _db_update.  It is a bit
    confusing, but when calling _db_add_### at the end of the function
    the call is to the remote device, so the local_data is actually
    remote_data.
    
    Copy Base Device DB_Update Tests into Test Modem.
    Add tests for multigroup responder links on Modem.
    krkeegan committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5b824d8 View commit details
    Browse the repository at this point in the history