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

Implement Server Object resources #561

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 24, 2021

  1. Implement Server Object resources

    Resources implemented are: Disable (4), Registration Update Trigger (8),
    Bootstrap-Request Trigger (9), and Last Bootstrapped (12).
    
    The default value of 86400 is also assigned to Disable Timeout (5) when
    creating instances if not provided.
    
    Signed-off-by: Scott Bertin <[email protected]>
    sbertin-telular committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    54b7b28 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Delay deregistration slightly.

    This allows the response to an Exec of /1/0/4 to be sent to the server
    before the deregistration is sent.
    
    Signed-off-by: Scott Bertin <[email protected]>
    sbertin-telular committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e9a648e View commit details
    Browse the repository at this point in the history