Initial update of cast device to MediaPlayerDevice. Added media_seek command and service to MediaPlayerDevice.

This commit is contained in:
Hans Bakker 2015-06-04 00:17:03 +02:00
parent 7f788d6be1
commit 66024e5059
3 changed files with 158 additions and 77 deletions

View file

@ -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