This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues/pull-requests.
|
include(../plugins.pri)
|
|
|
|
# Generate modbus connection
|
|
MODBUS_CONNECTIONS += sdm630-registers.json
|
|
#MODBUS_TOOLS_CONFIG += VERBOSE
|
|
include(../modbus.pri)
|
|
|
|
HEADERS += \
|
|
integrationpluginbgetech.h
|
|
|
|
SOURCES += \
|
|
integrationpluginbgetech.cpp
|
|
|