Update webasto plugin to libnyma-modbus

master
Simon Stürz 2022-05-06 12:01:53 +02:00
parent 86e19c8106
commit 82c6da394b
4 changed files with 9 additions and 13 deletions

View File

@ -28,12 +28,12 @@
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "network/networkdevicediscovery.h" #include <network/networkdevicediscovery.h>
#include <types/param.h>
#include "integrationpluginwebasto.h" #include "integrationpluginwebasto.h"
#include "plugininfo.h" #include "plugininfo.h"
#include "types/param.h"
#include <QDebug> #include <QDebug>
#include <QStringList> #include <QStringList>
#include <QJsonDocument> #include <QJsonDocument>

View File

@ -31,10 +31,9 @@
#ifndef INTEGRATIONPLUGINWEBASTO_H #ifndef INTEGRATIONPLUGINWEBASTO_H
#define INTEGRATIONPLUGINWEBASTO_H #define INTEGRATIONPLUGINWEBASTO_H
#include "integrations/integrationplugin.h" #include <integrations/integrationplugin.h>
#include "plugintimer.h" #include <plugintimer.h>
#include "webasto.h" #include "webasto.h"
#include "../modbus/modbustcpmaster.h"
#include <QObject> #include <QObject>
#include <QHostAddress> #include <QHostAddress>

View File

@ -36,7 +36,7 @@
#include <QTimer> #include <QTimer>
#include <QUuid> #include <QUuid>
#include "../modbus/modbustcpmaster.h" #include <modbustcpmaster.h>
class Webasto : public QObject class Webasto : public QObject
{ {

View File

@ -1,13 +1,10 @@
include(../plugins.pri) include(../plugins.pri)
include(../modbus.pri)
QT += serialbus network
SOURCES += \ SOURCES += \
integrationpluginwebasto.cpp \ integrationpluginwebasto.cpp \
webasto.cpp \ webasto.cpp
../modbus/modbustcpmaster.cpp
HEADERS += \ HEADERS += \
integrationpluginwebasto.h \ integrationpluginwebasto.h \
webasto.h \ webasto.h
../modbus/modbustcpmaster.h