-
Notifications
You must be signed in to change notification settings - Fork 441
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
Option to set operating mode at init_client #629
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good change overall! If you can move the argument and clean up the incidental whitespace changes to minimize the diff, should be good.
Added a few commits to resolve your remarks, let me know ! |
Is there anything to do on my end to solve this blocking check ? |
Related Issues & PRs
None
Summary of Changes
Modified the
init_client
function that connects and configures a sensor to allow to set the operating_mode at boot and not have a forcedOPERATING_NORMAL
Validation