A Stream Deck plugin that can control Sonos (or any UPnP-compliant) speakers.
Very rough proof of concept at the moment.
Using cargo-make:
- run
cargo make symlinkto symlink the plugin into your Stream Deck installation and the debug build into the plugin directory. - run
cargo make kill-pluginto build the plugin and kill the existing plugin instance so that Stream Deck restarts it. - run
cargo make restart-sdto gracefully terminate and then re-start the Stream Deck application, which will also update the plugin metadata (actions).
These commands work on macOS only.