mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Return command responses to "response".
This commit is contained in:
@@ -225,7 +225,7 @@ REMOTE_COMMAND CRemoteControl::getCommand(const std::string& command)
|
||||
LogMessage(buffer);
|
||||
}
|
||||
|
||||
m_mqtt->publish("command", reply.c_str());
|
||||
m_mqtt->publish("response", reply.c_str());
|
||||
|
||||
return m_command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user