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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kwargs to send_magic_packet() service individually #37387

Merged
merged 4 commits into from Jul 8, 2020

Commits on Jul 2, 2020

  1. Add kwargs to send_magic_packet() service individually

    Port kwarg was always being passed even if the config returned None
    which breaks in the 3rd party lib.  You probably don't ever want to send
    just a port but the library supports it so both are optional and not
    dependent on one another.
    stshontikidis committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9da0281 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    9a5b58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c8cc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab67d6 View commit details
    Browse the repository at this point in the history