Skip to content

instance_id unable to be used as HID filter #84

Description

@CardiffDetectors

Currently the "instance_id" is unable to be used to filter HID devices. Request to change line 260 in core.py from:

filter_attributes = ["vendor_id", "product_id", "version_number", "product_name", "vendor_name"]

to:

filter_attributes = ["vendor_id", "product_id", "version_number", "product_name", "vendor_name", "instance_id"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions