somfytahoma: Add Qt6 support
parent
34540ad217
commit
77e5b43d77
|
|
@ -1,6 +1,6 @@
|
|||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* Copyright 2013 - 2022, nymea GmbH
|
||||
* Copyright 2013 - 2025, nymea GmbH
|
||||
* Contact: contact@nymea.io
|
||||
*
|
||||
* This file is part of nymea.
|
||||
|
|
@ -34,9 +34,10 @@
|
|||
#include <QJsonObject>
|
||||
#include <QJsonArray>
|
||||
|
||||
#include "network/networkaccessmanager.h"
|
||||
#include "network/zeroconf/zeroconfservicebrowser.h"
|
||||
#include "platform/platformzeroconfcontroller.h"
|
||||
#include <network/networkaccessmanager.h>
|
||||
#include <network/zeroconf/zeroconfservicebrowser.h>
|
||||
#include <platform/platformzeroconfcontroller.h>
|
||||
#include <plugintimer.h>
|
||||
|
||||
#include "plugininfo.h"
|
||||
#include "somfytahomarequests.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* Copyright 2013 - 2022, nymea GmbH
|
||||
* Copyright 2013 - 2025, nymea GmbH
|
||||
* Contact: contact@nymea.io
|
||||
*
|
||||
* This file is part of nymea.
|
||||
|
|
@ -31,15 +31,12 @@
|
|||
#ifndef INTEGRATIONPLUGINSOMFYTAHOMA_H
|
||||
#define INTEGRATIONPLUGINSOMFYTAHOMA_H
|
||||
|
||||
#include "integrations/integrationplugin.h"
|
||||
#include "plugintimer.h"
|
||||
#include <integrations/integrationplugin.h>
|
||||
|
||||
#include "extern-plugininfo.h"
|
||||
|
||||
class QHostAddress;
|
||||
|
||||
class PluginTimer;
|
||||
class ZeroConfServiceBrowser;
|
||||
|
||||
class SomfyTahomaRequest;
|
||||
|
||||
class IntegrationPluginSomfyTahoma : public IntegrationPlugin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*
|
||||
* Copyright 2013 - 2022, nymea GmbH
|
||||
* Copyright 2013 - 2025, nymea GmbH
|
||||
* Contact: contact@nymea.io
|
||||
*
|
||||
* This file is part of nymea.
|
||||
|
|
@ -33,11 +33,10 @@
|
|||
#include <QJsonDocument>
|
||||
#include <QUrlQuery>
|
||||
|
||||
#include "network/networkaccessmanager.h"
|
||||
#include <network/networkaccessmanager.h>
|
||||
|
||||
#include "extern-plugininfo.h"
|
||||
|
||||
|
||||
static const QString somfyTahomaWebUrl = QStringLiteral("https://ha101-1.overkiz.com/enduser-mobile-web/enduserAPI");
|
||||
static const QString localSomfyTahomaPath = QStringLiteral("/enduser-mobile-web/1/enduserAPI");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue