clean up
This commit is contained in:
parent
2631c821ec
commit
1dcd9f8005
@ -55,9 +55,9 @@ void Core::onCommandReceived(const QStringList &tokens)
|
|||||||
qCDebug(dcZigbee()) << "Executing" << tokens.join(" ");
|
qCDebug(dcZigbee()) << "Executing" << tokens.join(" ");
|
||||||
|
|
||||||
if (command.command() == "start") {
|
if (command.command() == "start") {
|
||||||
m_manager->startNetwork();
|
//m_manager->startNetwork();
|
||||||
} else if (command.command() == "version") {
|
} else if (command.command() == "version") {
|
||||||
m_manager->getVersion();
|
//m_manager->getVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user