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
the UI update can be triggered twice (by action and by polling). It needs a lock.
2023-08-16 23:05:21,643 - octoprint.plugins.octorelay - INFO - Received the API command update with parameters: {'pin': 'r3', 'command': 'update'} 2023-08-16 23:05:21,643 - octoprint.plugins.octorelay - DEBUG - Requested to switch the relay r3 2023-08-16 23:05:21,759 - octoprint.plugins.octorelay - DEBUG - Toggling the relay r3 on pin 18 2023-08-16 23:05:21,760 - octoprint.plugins.octorelay - DEBUG - Updating the UI 2023-08-16 23:05:21,799 - octoprint.plugins.octorelay - DEBUG - relay: r3 has changed its pin state 2023-08-16 23:05:21,799 - octoprint.plugins.octorelay - DEBUG - Updating the UI
improved logging helped to reveal it.
Originally posted by @RobinTail in #183 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
the UI update can be triggered twice (by action and by polling).
It needs a lock.
improved logging helped to reveal it.
Originally posted by @RobinTail in #183 (comment)
The text was updated successfully, but these errors were encountered: