diff --git a/debian/control b/debian/control index 8f0b01d..9058a0b 100644 --- a/debian/control +++ b/debian/control @@ -705,6 +705,22 @@ Description: nymea.io plugin for senic This package will install the nymea.io plugin for senic +Package: nymea-plugin-sonos +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Replaces: guh-plugin-sonos +Description: nymea.io plugin for Sonos smart speakers + The nymea daemon is a plugin based IoT (Internet of Things) server. The + server works like a translator for devices, things and services and + allows them to interact. + With the powerful rule engine you are able to connect any device available + in the system and create individual scenes and behaviors for your environment. + . + This package will install the nymea.io plugin for Sonos smart speakers + + Package: nymea-plugin-snapd Architecture: any Depends: ${shlibs:Depends}, @@ -821,6 +837,7 @@ Depends: nymea-plugin-awattar, nymea-plugin-wemo, nymea-plugin-elgato, nymea-plugin-senic, + nymea-plugin-sonos, nymea-plugin-keba, Replaces: guh-plugins Description: Plugins for nymea IoT server - the default plugin collection diff --git a/debian/nymea-plugin-sonos.install.in b/debian/nymea-plugin-sonos.install.in new file mode 100644 index 0000000..b5a16a9 --- /dev/null +++ b/debian/nymea-plugin-sonos.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsonos.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index c5d3f1a..4954e15 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -41,6 +41,7 @@ PLUGIN_DIRS = \ serialportcommander \ simulation \ snapd \ + sonos \ tasmota \ tcpcommander \ texasinstruments \