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

Sync with Pymodbus 3.7.x #21

Merged
merged 2 commits into from
Aug 11, 2024
Merged

Sync with Pymodbus 3.7.x #21

merged 2 commits into from
Aug 11, 2024

Conversation

dhoomakethu
Copy link
Contributor

  • Remove unnecessary cli arguments not supported any more with pymodbus 3.7.0

  • Update minimum python requirement to 3.9 to be inline with pymodbus.

@dhoomakethu dhoomakethu mentioned this pull request Aug 10, 2024
@dhoomakethu
Copy link
Contributor Author

Closes #17

@dhoomakethu dhoomakethu merged commit b2e8d4c into main Aug 11, 2024
@alexrudd2 alexrudd2 deleted the pymodbus-3.7-changes branch August 11, 2024 15:44
@@ -62,13 +61,13 @@ def _completer(incomplete: str, valid_values: List[str]) -> List[str]:


def framers(incomplete: str) -> List[str]:
"""Return an autocompleted list of supported clouds."""
_framers = ["socket", "rtu", "tls", "ascii", "binary"]
"""Return an autocompleted list of supported servers."""
Copy link
Collaborator

@alexrudd2 alexrudd2 Aug 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/servers/framers

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.

2 participants