Skip to content
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

Fix set_limitpower #107

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Fix set_limitpower #107

merged 1 commit into from
Feb 11, 2025

Conversation

mvn23
Copy link
Contributor

@mvn23 mvn23 commented Feb 11, 2025

Provide a list[int] as "values" argument to _write_registers

With the update to pymodbus>=3.8.0 the accepted argument types for the write_registers method were reduced. We now need to provide a list[int]. This PR takes care of that.

fixes #103

Provide a list[int] as "values" argument to _write_registers
@wimb0 wimb0 merged commit 28927ea into wimb0:main Feb 11, 2025
3 of 4 checks passed
@wimb0
Copy link
Owner

wimb0 commented Feb 11, 2025

Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't set the number.saj_limit_power anymore
2 participants