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

[Experiment] Implement Watchers #111

Closed
azasypkin opened this issue Apr 21, 2016 · 3 comments
Closed

[Experiment] Implement Watchers #111

azasypkin opened this issue Apr 21, 2016 · 3 comments
Assignees

Comments

@azasypkin
Copy link
Member

We don't have websockets/event source yet, but we need to display changes in state (door lock closed manually, user switched lights off and etc) - UI should be updated accordingly. The only way for now is to do polling - with the Taxonomy we can do very efficient polling.

So in the scope of this bug I want to try idea with Watchers that could accept any number of getter and poll all of them at once.

Likely this experiment will rely on #107

@azasypkin azasypkin self-assigned this Apr 21, 2016
@azasypkin
Copy link
Member Author

Depends on #115

@azasypkin
Copy link
Member Author

Depends on #116

@azasypkin
Copy link
Member Author

Fixed via #129

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