add unique id

Zeroconf TXT record is missing
This commit is contained in:
brindosch
2017-06-17 23:27:41 +02:00
parent a7f72a7bf2
commit 91c7637a2b
4 changed files with 35 additions and 19 deletions

View File

@@ -588,6 +588,7 @@ void JsonClientConnection::handleSysInfoCommand(const QJsonObject&, const QStrin
hyperion["version" ] = QString(HYPERION_VERSION);
hyperion["build" ] = QString(HYPERION_BUILD_ID);
hyperion["time" ] = QString(__DATE__ " " __TIME__);
hyperion["id" ] = _hyperion->id;
info["hyperion"] = hyperion;
// send the result