Initial update of cast device to MediaPlayerDevice. Added media_seek command and service to MediaPlayerDevice.
This commit is contained in:
parent
7f788d6be1
commit
66024e5059
3 changed files with 158 additions and 77 deletions
|
@ -108,6 +108,7 @@ SERVICE_MEDIA_PLAY = "media_play"
|
|||
SERVICE_MEDIA_PAUSE = "media_pause"
|
||||
SERVICE_MEDIA_NEXT_TRACK = "media_next_track"
|
||||
SERVICE_MEDIA_PREVIOUS_TRACK = "media_previous_track"
|
||||
SERVICE_MEDIA_SEEK = "media_seek"
|
||||
|
||||
# #### API / REMOTE ####
|
||||
SERVER_PORT = 8123
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue