You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: