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

Make device exlude/include able to filter by device type and protocol #135

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

Commits on Jul 23, 2023

  1. Device Exlude also filters types and protocols.

    Make regex also search inside a device type and protocol fields instead of a hardware name that can change on hardware change/reset.
    
    Signed-off-by: tekert <tekert@gmail.com>
    tekert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    43abcf3 View commit details
    Browse the repository at this point in the history
  2. Ignore format

    Filter regex with the following string format
    "name=<deviceName>;type=<deviceType>;protocol=<deviceProtocol>"
    
    Signed-off-by: tekert <tekert@gmail.com>
    tekert committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    86c7aef View commit details
    Browse the repository at this point in the history