mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Return command responses to "response".
This commit is contained in:
parent
871ee09eee
commit
ba2a92e32e
4 changed files with 2 additions and 207 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue