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

System service? #398

Open
fabricedesre opened this issue Apr 18, 2016 · 0 comments
Open

System service? #398

fabricedesre opened this issue Apr 18, 2016 · 0 comments

Comments

@fabricedesre
Copy link
Collaborator

Some adapters, like the Hue one, need to notify the user of events, or to describe their status. For instance, the Hue adapter waits for the user to pair the bridge by tapping the bridge's button.

I can see two ways to add this functionality:

  • each adapter will implement the appropriate channel, and the UI will aggregate all these values (they will have to share the same type to be easy to select).
  • we create a "system service" that does the aggregation, so the UI only has to access a single service.
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