From adf99973b0f1d561b9de9882ac8f3146831c3d2d Mon Sep 17 00:00:00 2001 From: nymea Date: Thu, 9 May 2019 18:39:54 +0200 Subject: [PATCH 1/3] add ws2812fx plug-in --- nymea-plugins.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 8985227..c3f6893 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -44,6 +44,8 @@ PLUGIN_DIRS = \ unitec \ wakeonlan \ wemo \ + ws2812 \ + ws2812fx \ message(============================================) From 061dd3f89a9d2147e98280118c3b87e5d6940f20 Mon Sep 17 00:00:00 2001 From: nymea Date: Tue, 25 Jun 2019 22:56:41 +0200 Subject: [PATCH 2/3] fix merge error --- nymea-plugins.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index c3f6893..b3ded9b 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -44,7 +44,6 @@ PLUGIN_DIRS = \ unitec \ wakeonlan \ wemo \ - ws2812 \ ws2812fx \ From f005fd6085beeb0e6a6d3f349187ad7441d49e10 Mon Sep 17 00:00:00 2001 From: nymea Date: Fri, 26 Jul 2019 09:25:08 +0200 Subject: [PATCH 3/3] added plug-in to debian folder --- debian/control | 15 +++++++++++++++ debian/nymea-plugin-ws2812fx.install.in | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/nymea-plugin-ws2812fx.install.in diff --git a/debian/control b/debian/control index 109179e..b83c4a6 100644 --- a/debian/control +++ b/debian/control @@ -550,6 +550,21 @@ Description: nymea.io plugin for wemo This package will install the nymea.io plugin for wemo +Package: nymea-plugin-ws2812fx +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for ws2812fx + 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 ws2812fx + + Package: nymea-plugin-tcpcommander Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/nymea-plugin-ws2812fx.install.in b/debian/nymea-plugin-ws2812fx.install.in new file mode 100644 index 0000000..8a70387 --- /dev/null +++ b/debian/nymea-plugin-ws2812fx.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginws2812fx.so