mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-12 16:18:22 +00:00
Add a bunch of Manager Methods for MQTT Commands
This commit is contained in:
parent
ea376a48cd
commit
6a088c931b
67 changed files with 1272 additions and 13 deletions
|
@ -17,7 +17,6 @@ class mqttpublisher;
|
|||
class MqttCommand : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
MqttCommand(QObject *parent = nullptr);
|
||||
void Setup(QMqttSubscription *);
|
||||
void messageReceived(QMqttMessage msg);
|
||||
virtual bool processMessage(QJsonDocument) = 0;
|
||||
|
@ -25,6 +24,7 @@ public:
|
|||
signals:
|
||||
void sendCommandUpdate(QString, QJsonObject);
|
||||
protected:
|
||||
MqttCommand(QObject *parent = nullptr);
|
||||
QTOZWManager *getOZWManager();
|
||||
mqttpublisher *getMqttPublisher();
|
||||
QVector<QString> m_requiredFields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue