Skip to content

Instantly share code, notes, and snippets.

@athena15
Created December 12, 2018 23:03
Show Gist options
  • Save athena15/e4008252cdf17a49858701260fdacd0f to your computer and use it in GitHub Desktop.
Save athena15/e4008252cdf17a49858701260fdacd0f to your computer and use it in GitHub Desktop.
sonos_ip = '192.168.0.104'
sonos = SoCo(sonos_ip)
# Play
sonos.play()
#Pause
sonos.pause()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment