LICENSE
README.md
setup.py
automate_sonos_plugin.egg-info/PKG-INFO
automate_sonos_plugin.egg-info/SOURCES.txt
automate_sonos_plugin.egg-info/dependency_links.txt
automate_sonos_plugin.egg-info/requires.txt
automate_sonos_plugin.egg-info/top_level.txt
soco_plugin/__init__.py
soco_plugin/gateway.py
soco_plugin/message.py
soco_plugin/command/__init__.py
soco_plugin/command/mode.py
soco_plugin/command/pause.py
soco_plugin/command/play.py
soco_plugin/command/playlist.py
soco_plugin/command/stop.py
soco_plugin/command/volume/__init__.py
soco_plugin/command/volume/absolute.py
soco_plugin/command/volume/ramp.py
soco_plugin/command/volume/relative.py
soco_plugin/tests/__init__.py
soco_plugin/tests/test_doctests.py
soco_plugin/tests/test_gateway.py
soco_plugin/trigger/__init__.py
soco_plugin/trigger/pause.py
soco_plugin/trigger/play.py
soco_plugin/trigger/stop.py
soco_plugin/trigger/volume.py