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

Feature TV channel control #5

Open
lucasvdh opened this issue Sep 24, 2019 · 0 comments
Open

Feature TV channel control #5

lucasvdh opened this issue Sep 24, 2019 · 0 comments
Labels
feat A new feature

Comments

@lucasvdh
Copy link
Owner

TV Control

This means being able to query what TV channel is currently being displayed and also switching to a different TV channel.

Maybe a new custom capability can be made for this feature. That way the monitor can just update the capability value and Homey will take care of the flow card triggers and actions.

Getting current TV channel

Getting the current active channel can be done by either fetching it from the activities/tv endpoint or by using the notifychange endpoint.

See the following links for the documentation on this endpoint:

Setting current TV channel

If a custom capability is created for this we can just make sure that it's settable and provide the autocomplete option the same as the Open an app flow card action is implemented.

See the following link for the documentation on this endpoint:

Getting channel list overview

This endpoint should be used for fetching the autocomplete results in the set tv channel flow action.

See the following link for the documentation on this endpoint:

Misc

This issue depends on issue #2 in which the notifychange endpoint will be implemented.

@lucasvdh lucasvdh added the feat A new feature label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
Development

No branches or pull requests

1 participant