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

Imported 13/100 devices only. devices being skipped #13

Open
tanimientras opened this issue Oct 10, 2022 · 2 comments
Open

Imported 13/100 devices only. devices being skipped #13

tanimientras opened this issue Oct 10, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@tanimientras
Copy link

Is this repo still mantained?

@tanimientras
Copy link
Author

just added some code to detect linux systems, however storage devices or detected nas are still unrecognized...should i made a PR?

# Linux
if (os_class['vendor'] == 'Linux') and (os_class['osfamily'] in ('Linux')):
    return Device('Linux', 'PC', 'PC', 'Linux')

@spastro
Copy link

spastro commented Oct 22, 2022

yeah i have heaps raspberry pi 3+ that are not being detected and skipped.

Is there any way to not have the script not delete devices that are found but don't match a type and maybe just tag them as unknown devices etc?

@drygdryg drygdryg added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants