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

Reduce calls to Meural API #9

Open
GuySie opened this issue May 30, 2020 · 0 comments
Open

Reduce calls to Meural API #9

GuySie opened this issue May 30, 2020 · 0 comments

Comments

@GuySie
Copy link
Owner

GuySie commented May 30, 2020

We've already severely cut back on calls to the Meural API where possible, e.g. no calls are made when the device is sleeping, and all calls to change item or playlist are made locally if possible.

But there are options - like image duration and shuffle - that are only exposed via the device options in the Meural API, and not exposed in the local interface at all. The integration currently polls the Meural API every 10 seconds to update this information.

We should find a way to reduce these calls to the Meural API too.

@GuySie GuySie changed the title Reduce calls to Meural API. Reduce calls to Meural API May 30, 2020
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

No branches or pull requests

1 participant