Add support for controlling Somfy smart home devices through their Tahoma box (and the Somfy API). The plugin currently contains support for roller shutters as well as for venetian blinds.
12 lines
197 B
Prolog
12 lines
197 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
integrationpluginsomfytahoma.cpp \
|
|
somfytahomarequests.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsomfytahoma.h \
|
|
somfytahomarequests.h
|