mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Details coming soon.
This commit is contained in:
@@ -275,7 +275,8 @@ void JsonConnection::clearAll()
|
||||
|
||||
// create command
|
||||
QJsonObject command;
|
||||
command["command"] = QString("clearall");
|
||||
command["command"] = QString("clear");
|
||||
command["priority"] = -1;
|
||||
|
||||
// send command message
|
||||
QJsonObject reply = sendMessage(command);
|
||||
|
Reference in New Issue
Block a user