jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
520 stars 123 forks source link

Adding UnPauseTrack for Arlo Baby to resume playlist w/o TrackID #138

Closed charlesvestal closed 5 years ago

charlesvestal commented 5 years ago

Adds support for the "play" action as "UnPauseTrack" - useful in a scenario such as wanting to resume a playlist without specifying a TrackID.

In conjunction with homebridge or other tools, can create a toggle for the sound, rather than a file playback trigger.

jeffreydwalter commented 5 years ago

That's an interesting oversight. LGTM! Thank you!