From ecff4222cd06ce1f63fa580bd55e5943c71b70d1 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Mon, 23 Dec 2019 20:44:34 +0100 Subject: [PATCH] added nanoleaf plugin --- debian/control | 16 ++++++++++++++++ debian/nymea-plugin-nanoleaf.install.in | 1 + nymea-plugins.pro | 1 + 3 files changed, 18 insertions(+) create mode 100644 debian/nymea-plugin-nanoleaf.install.in diff --git a/debian/control b/debian/control index 1840e05..2cbfbb1 100644 --- a/debian/control +++ b/debian/control @@ -434,6 +434,21 @@ Description: nymea.io plugin for netatmo This package will install the nymea.io plugin for netatmo +Package: nymea-plugin-nanoleaf +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Description: nymea.io plugin for nanoleaf + 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 nanoleaf + + Package: nymea-plugin-networkdetector Architecture: any Depends: ${shlibs:Depends}, @@ -845,6 +860,7 @@ Depends: nymea-plugin-anel, nymea-plugin-lgsmarttv, nymea-plugin-mailnotification, nymea-plugin-texasinstruments, + nymea-plugin-nanoleaf, nymea-plugin-netatmo, nymea-plugin-networkdetector, nymea-plugin-openweathermap, diff --git a/debian/nymea-plugin-nanoleaf.install.in b/debian/nymea-plugin-nanoleaf.install.in new file mode 100644 index 0000000..c196777 --- /dev/null +++ b/debian/nymea-plugin-nanoleaf.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnanoleaf.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 9e1177a..24e1cb3 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -28,6 +28,7 @@ PLUGIN_DIRS = \ lgsmarttv \ mailnotification \ mqttclient \ + nanoleaf \ netatmo \ networkdetector \ onewire \