-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[chromecast] Added support for next command #11510
Conversation
Signed-off-by: Brian O'Connell <[email protected]>
24c7e52
to
cbe4024
Compare
...ng.chromecast/src/main/java/org/openhab/binding/chromecast/internal/ChromecastCommander.java
Outdated
Show resolved
Hide resolved
@boc-tothefuture : no time to answer to my comment ? |
Didn't see the notification. Sorry. |
6e62b10
to
63d2237
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please sign property your last commit. |
Let's make an exception as the initial PR was correctly signed. |
@lolodomo sorry for the delay.. For some reason I am not seeing notifications from this repo, and only this repo. I will recheck my setting. |
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]>
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]>
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]>
* feat(chromecast): added support for next command Signed-off-by: Brian O'Connell <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
[chromecast] Next Command Support
Add support for next command to chromecast binding, this is implemented by seeking to the end of the current track as there is no native next command. This is the same implementation for next that the python library uses for chromecast, which is used by home assistant to achieve this functionality.