SunSpec: Make use network device monitor SunSpec: Reset energy live data on disconnected SunSpec: Remove devices if the model has been removed from the connection
15 lines
288 B
Prolog
15 lines
288 B
Prolog
include(../plugins.pri)
|
|
include(../sunspec.pri)
|
|
|
|
SOURCES += \
|
|
integrationpluginsunspec.cpp \
|
|
solaredgebattery.cpp \
|
|
sunspecdiscovery.cpp \
|
|
sunspecthing.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsunspec.h \
|
|
solaredgebattery.h \
|
|
sunspecdiscovery.h \
|
|
sunspecthing.h
|