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

Add option for hybrid connection #53

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

henrikwidlund
Copy link
Contributor

Using Telnet for regular commands can be slow - limiting its use to only updates and volume brings the best of both options

Using Telnet for regular commands can be slow - limiting its use to only updates and volume brings the best of both options
@henrikwidlund henrikwidlund force-pushed the feature/hybrid_connection branch from e83b052 to f076132 Compare January 2, 2025 12:31
@henrikwidlund
Copy link
Contributor Author

@zehnm I'm not sure about the German and French translations, used GitHub Copilot for that :)

@zehnm zehnm self-requested a review January 10, 2025 14:49
Copy link
Contributor

@zehnm zehnm left a comment

Choose a reason for hiding this comment

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

Thanks a lot!
Looks good and works with my AVR. German translations are good too, and my rusty French can also understand the French texts 😊

@@ -109,19 +110,20 @@ def get(self, avr_id: str) -> AvrDevice | None:
return dataclasses.replace(item)
return None

def update(self, atv: AvrDevice) -> bool:
def update(self, avr: AvrDevice) -> bool:
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch! Thanks for changing it

@zehnm zehnm merged commit 3e3cb56 into unfoldedcircle:main Jan 10, 2025
3 checks passed
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