-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP: Feature/add speaker device #45
WIP: Feature/add speaker device #45
Conversation
I guess you may control the playback using the SpeakerStateAttributes.playback field. In the IKEA app I found the following enum constants: public enum PlaybackState {
IDLE,
PLAYING,
PAUSED,
NEXT,
PREVIOUS,
BUFFERING
}
|
Yeah I guessed that would be the case. |
Started to implement the speaker device.
No clue yet on how to implement starting playback on them.
Maybe if you have an idea?