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

Change adapter from scheduled to deamon #11

Closed
baerengraben opened this issue May 11, 2020 · 1 comment
Closed

Change adapter from scheduled to deamon #11

baerengraben opened this issue May 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@baerengraben
Copy link
Owner

According to updated best practice (https://github.com/ioBroker/ioBroker.repositories#development-and-coding-best-practices), the adapter should not be a scheduled adapter. It is better to keep the adapter active and work with "setInterval/setTimeout". This has the advantage that the first query to the SRG-API is done at the start of the adapter and not after 30min.

@baerengraben baerengraben added the enhancement New feature or request label May 11, 2020
@baerengraben
Copy link
Owner Author

Resolved in Version 0.3.0

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