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 \