mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-22 22:45:36 +08:00
Add new remote command:
- hosts: display connected hosts, or NONE if disconnected (surrounded with double quotes).
This commit is contained in:
@@ -298,6 +298,11 @@ bool CDMRNetwork::isConnected() const
|
||||
return m_status == RUNNING;
|
||||
}
|
||||
|
||||
std::string const CDMRNetwork::getName() const
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
||||
void CDMRNetwork::close(bool sayGoodbye)
|
||||
{
|
||||
LogMessage("%s, Closing DMR Network", m_name.c_str());
|
||||
|
||||
Reference in New Issue
Block a user