added lifx
This commit is contained in:
parent
e26d38e155
commit
d84e0face7
0
lifx/devicepluginlifx.cpp
Normal file
0
lifx/devicepluginlifx.cpp
Normal file
0
lifx/devicepluginlifx.h
Normal file
0
lifx/devicepluginlifx.h
Normal file
0
lifx/devicepluginlifx.json
Normal file
0
lifx/devicepluginlifx.json
Normal file
0
lifx/lifx.cpp
Normal file
0
lifx/lifx.cpp
Normal file
0
lifx/lifx.h
Normal file
0
lifx/lifx.h
Normal file
14
lifx/lifx.pro
Normal file
14
lifx/lifx.pro
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
include(../plugins.pri)
|
||||||
|
|
||||||
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_devicepluginlifx)
|
||||||
|
|
||||||
|
SOURCES += \
|
||||||
|
devicepluginlifx.cpp \
|
||||||
|
lifx.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
devicepluginlifx.h \
|
||||||
|
lifx.h \
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ PLUGIN_DIRS = \
|
|||||||
keba \
|
keba \
|
||||||
kodi \
|
kodi \
|
||||||
lgsmarttv \
|
lgsmarttv \
|
||||||
|
lifx \
|
||||||
mailnotification \
|
mailnotification \
|
||||||
mqttclient \
|
mqttclient \
|
||||||
nanoleaf \
|
nanoleaf \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user