mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-22 21:18:22 +00:00
tests for required fields on commands and some logging updates
This commit is contained in:
parent
3d7c8db9e4
commit
5e1b41e212
34 changed files with 291 additions and 130 deletions
|
@ -28,7 +28,10 @@ protected:
|
|||
MqttCommand(QObject *parent = nullptr);
|
||||
QTOZWManager *getOZWManager();
|
||||
mqttpublisher *getMqttPublisher();
|
||||
QVector<QString> m_requiredFields;
|
||||
bool checkNode(QJsonDocument, QString);
|
||||
QVector<QString> m_requiredStringFields;
|
||||
QVector<QString> m_requiredIntFields;
|
||||
QVector<QString> m_requiredBoolFields;
|
||||
|
||||
private:
|
||||
QMqttSubscription *m_subscription;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue