From d84e0face7d97eaf08bb0bf0cde1b0dd38951f3d Mon Sep 17 00:00:00 2001 From: Boernsman Date: Wed, 25 Dec 2019 20:31:43 +0100 Subject: [PATCH] added lifx --- lifx/devicepluginlifx.cpp | 0 lifx/devicepluginlifx.h | 0 lifx/devicepluginlifx.json | 0 lifx/lifx.cpp | 0 lifx/lifx.h | 0 lifx/lifx.pro | 14 ++++++++++++++ nymea-plugins.pro | 1 + 7 files changed, 15 insertions(+) create mode 100644 lifx/devicepluginlifx.cpp create mode 100644 lifx/devicepluginlifx.h create mode 100644 lifx/devicepluginlifx.json create mode 100644 lifx/lifx.cpp create mode 100644 lifx/lifx.h create mode 100644 lifx/lifx.pro diff --git a/lifx/devicepluginlifx.cpp b/lifx/devicepluginlifx.cpp new file mode 100644 index 00000000..e69de29b diff --git a/lifx/devicepluginlifx.h b/lifx/devicepluginlifx.h new file mode 100644 index 00000000..e69de29b diff --git a/lifx/devicepluginlifx.json b/lifx/devicepluginlifx.json new file mode 100644 index 00000000..e69de29b diff --git a/lifx/lifx.cpp b/lifx/lifx.cpp new file mode 100644 index 00000000..e69de29b diff --git a/lifx/lifx.h b/lifx/lifx.h new file mode 100644 index 00000000..e69de29b diff --git a/lifx/lifx.pro b/lifx/lifx.pro new file mode 100644 index 00000000..0ddd32b8 --- /dev/null +++ b/lifx/lifx.pro @@ -0,0 +1,14 @@ +include(../plugins.pri) + +QT += network + +TARGET = $$qtLibraryTarget(nymea_devicepluginlifx) + +SOURCES += \ + devicepluginlifx.cpp \ + lifx.cpp \ + +HEADERS += \ + devicepluginlifx.h \ + lifx.h \ + diff --git a/nymea-plugins.pro b/nymea-plugins.pro index c734ab56..9f72f33e 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -27,6 +27,7 @@ PLUGIN_DIRS = \ keba \ kodi \ lgsmarttv \ + lifx \ mailnotification \ mqttclient \ nanoleaf \