We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this repo still mantained?
The text was updated successfully, but these errors were encountered:
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')
Sorry, something went wrong.
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?
No branches or pull requests
Is this repo still mantained?
The text was updated successfully, but these errors were encountered: