Skip to content

Devices that haven't connected since boot do not get updated despite fallback enabled and allowlist #54

@codeandsolder

Description

@codeandsolder

_do_full_sync only updates devices that have been seen before in he current session so if a device has been set as online before and disconnected before session start they will not be updated until they connect next.
For filterlist_is_denylist = false (I'm not sure when you'd realistically want "true" TBH) this could be solved by using the filter instead of _last_seen_clients as the starting point, I can prepare a pull request but wanted to ask if it's wanted and if you have any input.
I'm also not sure if tracking what interface the user is connected to is useful, adding devices on all tracked interfaces into one set would streamline things a lot.

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