From 8b517cd30855fb4c25e513d92d5882e9fc68cd72 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Wed, 25 Dec 2019 20:31:43 +0100 Subject: [PATCH 1/3] added lifx --- nymea-plugins.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/nymea-plugins.pro b/nymea-plugins.pro index c734ab5..9f72f33 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -27,6 +27,7 @@ PLUGIN_DIRS = \ keba \ kodi \ lgsmarttv \ + lifx \ mailnotification \ mqttclient \ nanoleaf \ From 4c43a527b111c4331f65ec9f6d178d1d30b1fb1a Mon Sep 17 00:00:00 2001 From: Boernsman Date: Fri, 3 Jan 2020 10:19:52 +0100 Subject: [PATCH 2/3] added some more bit shifting --- debian/control | 16 ++++++++++++++++ debian/nymea-plugin-lifx.install.in | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/nymea-plugin-lifx.install.in diff --git a/debian/control b/debian/control index f545e93..5d021ad 100644 --- a/debian/control +++ b/debian/control @@ -400,6 +400,21 @@ Description: nymea.io plugin for lgsmarttv This package will install the nymea.io plugin for lgsmarttv +Package: nymea-plugin-lifx +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for lifx + 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 lifx + + Package: nymea-plugin-mailnotification Architecture: any Depends: ${shlibs:Depends}, @@ -981,6 +996,7 @@ Depends: nymea-plugin-anel, nymea-plugin-genericthings, nymea-plugin-kodi, nymea-plugin-lgsmarttv, + nymea-plugin-lifx, nymea-plugin-mailnotification, nymea-plugin-texasinstruments, nymea-plugin-nanoleaf, diff --git a/debian/nymea-plugin-lifx.install.in b/debian/nymea-plugin-lifx.install.in new file mode 100644 index 0000000..ea0623b --- /dev/null +++ b/debian/nymea-plugin-lifx.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginlifx.so From b47828d2176b3dae18709f4042ea84d788acde4c Mon Sep 17 00:00:00 2001 From: "bernhard.trinnes" Date: Thu, 13 Aug 2020 14:14:13 +0200 Subject: [PATCH 3/3] fixed debian install file --- debian/nymea-plugin-lifx.install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/nymea-plugin-lifx.install.in b/debian/nymea-plugin-lifx.install.in index ea0623b..d8f7c34 100644 --- a/debian/nymea-plugin-lifx.install.in +++ b/debian/nymea-plugin-lifx.install.in @@ -1 +1 @@ -usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginlifx.so +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginlifx.so