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

Refactor pi-dial to use Python's async / await #39

Open
prcutler opened this issue Nov 28, 2021 · 0 comments
Open

Refactor pi-dial to use Python's async / await #39

prcutler opened this issue Nov 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@prcutler
Copy link
Owner

Python's async and await need to be added to pi-dial which will require a rewrite.

  1. The denonavr project uses async and it's the correct way to call functions for the receiver. I'm currently using legacy functionality that may be deprecated in the feature.

  2. Using async will also allow new functionality: When muted, I can add a sleep method that turns off mute after a set period of time so I can be reminded if my needle is still going round & round on the turntable. Doing it now does not allow it to be unmuted until the sleep time has ended.

@prcutler prcutler added the enhancement New feature or request label Nov 28, 2021
@prcutler prcutler self-assigned this Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant