mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-23 05:28:27 +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
|
@ -3,7 +3,7 @@
|
|||
MqttCommand_TestNetwork::MqttCommand_TestNetwork(QObject *parent) :
|
||||
MqttCommand(parent)
|
||||
{
|
||||
this->m_requiredFields << "count";
|
||||
this->m_requiredIntFields << "count";
|
||||
}
|
||||
MqttCommand* MqttCommand_TestNetwork::Create(QObject *parent) {
|
||||
return new MqttCommand_TestNetwork(parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue