horihiro / esp8266-google-home-notifier

MIT License
103 stars 23 forks source link

Anyone interested in additional cast commands? e.g. setVolume, pause, stop, seek, getStatus #32

Closed geekahertz closed 3 years ago

geekahertz commented 3 years ago

Thanks @horihiro for this amazing library! Was modifying this library for my esp8266 jukebox. Just wondering if anyone is interested in additional commands as described in https://developers.google.com/cast/docs/reference/messages#MediaComm

I think I have added setVolume(), pause(), play() (aka. continue), stop(), seek() and status().

It is backward compatible but It is also heavily refactored. https://github.com/horihiro/esp8266-google-home-notifier/compare/master...geekahertz:feature/add-new-commands

Let me know if I should request a PR or just keep this to myself. Thanks! G