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
In the on_service_configuration callback there seems to be a typo on this line where it should be checking for the key rateLimits and not rateLimit.
on_service_configuration
rateLimits
rateLimit
These lines would also be affected as well.
Here is a screenshot of the bug where the logs show the service configuration resopnse has rateLimits
The text was updated successfully, but these errors were encountered:
See https://github.com/thingsboard/thingsboard-python-client-sdk/pull/83/files
Sorry, something went wrong.
How can I update my virtual environment using this? I use PIP, there is not a newer version (I have 1.10.10 version). Can you release 1.10.11? Regards
No branches or pull requests
In the
on_service_configuration
callback there seems to be a typo on this line where it should be checking for the keyrateLimits
and notrateLimit
.These lines would also be affected as well.
Here is a screenshot of the bug where the logs show the service configuration resopnse has
rateLimits
The text was updated successfully, but these errors were encountered: