added lifx

master
Boernsman 2019-12-25 20:31:43 +01:00 committed by bernhard.trinnes
parent e26d38e155
commit d84e0face7
7 changed files with 15 additions and 0 deletions

View File

0
lifx/devicepluginlifx.h Normal file
View File

View File

0
lifx/lifx.cpp Normal file
View File

0
lifx/lifx.h Normal file
View File

14
lifx/lifx.pro Normal file
View File

@ -0,0 +1,14 @@
include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_devicepluginlifx)
SOURCES += \
devicepluginlifx.cpp \
lifx.cpp \
HEADERS += \
devicepluginlifx.h \
lifx.h \

View File

@ -27,6 +27,7 @@ PLUGIN_DIRS = \
keba \
kodi \
lgsmarttv \
lifx \
mailnotification \
mqttclient \
nanoleaf \