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

Optimize device updates through a centralized update loop #22

Closed
mwittig opened this issue Mar 22, 2017 · 1 comment
Closed

Optimize device updates through a centralized update loop #22

mwittig opened this issue Mar 22, 2017 · 1 comment

Comments

@mwittig
Copy link
Owner

mwittig commented Mar 22, 2017

Implement a centralized update loop is desirable where each device can subscribe to the update topics in question (e.g. query the volume level) and the update handler can provide optimized queries which result in less callouts to the receiver.

@mwittig
Copy link
Owner Author

mwittig commented Mar 29, 2017

For the HTTP protctol handler I have already implemented an optimized update loop which works well. As newer receivers (since 2014, at least) provide the web interface I am not planning to implement an otimized update loop for TELNET. I'll add a note that the protocol should be switched HTTP if supported by the receiver.

@mwittig mwittig closed this as completed Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant