From 8ea9b8c2383ab4b0e112fcdb9b0cf5021a367111 Mon Sep 17 00:00:00 2001 From: nymea Date: Tue, 9 Jul 2019 22:05:42 +0200 Subject: [PATCH 1/3] added sonos plug-in --- nymea-plugins.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 9addd3f..53c4870 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -40,6 +40,7 @@ PLUGIN_DIRS = \ serialportcommander \ simulation \ snapd \ + sonos \ tasmota \ tcpcommander \ texasinstruments \ From 1db390af00c90bee3e7924a6335bb80604e40161 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 9 Oct 2019 16:17:17 +0200 Subject: [PATCH 2/3] Add install file for sonos plugin --- debian/nymea-plugin-sonos.install.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/nymea-plugin-sonos.install.in 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 From ffb1f701cdb78692b18ca77f15d63eee0c8b97b1 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 9 Oct 2019 17:21:07 +0200 Subject: [PATCH 3/3] Add package --- debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/control b/debian/control index f6a5835..15d7de7 100644 --- a/debian/control +++ b/debian/control @@ -690,6 +690,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}, @@ -806,6 +822,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