soco.plugins.example module
Example implementation of a plugin.
- class soco.plugins.example.ExamplePlugin(soco, username)[source]
This file serves as an example of a SoCo plugin.
Initialize the plugin.
The plugin can accept any arguments it requires. It should at least accept a soco instance which it passes on to the base class when calling super’s __init__.
- property name
Human-readable name of the plugin