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
_query method returns an output or false, this is likely better handled by an exception
The query method is used in many functions, would add a lot of exception handling. Perhaps return a boolean and the value / empty string
The text was updated successfully, but these errors were encountered:
Perhaps include a retry or two on queries as well. Though, this would slow things down if sending irrelevant queries to a device.
Sorry, something went wrong.
No branches or pull requests
_query method returns an output or false, this is likely better handled by an exception
The query method is used in many functions, would add a lot of exception handling. Perhaps return a boolean and the value / empty string
The text was updated successfully, but these errors were encountered: