- Fork du plugin keba upstream, patch kebaproductinfo.cpp: la detection du courant comparait connectorTypeValue au lieu de connectorCurrentValue, faisant echouer isValid() sur le type Shutter (KC-P30-ESS...). - debian/: 2e paquet binaire avec Provides/Replaces/Conflicts nymea-plugin-keba, .install par paquet (routage des .so en multi-binaire). - .pro: backslash manquant, openmeteo etait tombe des SUBDIRS.
18 lines
315 B
Prolog
18 lines
315 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
integrationpluginkeba.cpp \
|
|
kebadiscovery.cpp \
|
|
kebaproductinfo.cpp \
|
|
kecontact.cpp \
|
|
kecontactdatalayer.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginkeba.h \
|
|
kebadiscovery.h \
|
|
kebaproductinfo.h \
|
|
kecontact.h \
|
|
kecontactdatalayer.h
|