Update discovery result look of wol network devices

pull/442/head
Simon Stürz 2021-06-08 13:24:19 +02:00
parent bae410388a
commit 2945c474da
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ void IntegrationPluginWakeOnLan::discoverThings(ThingDiscoveryInfo *info)
if (networkDevice.hostName().isEmpty()) {
title = networkDevice.address().toString();
} else {
title = networkDevice.address().toString() + " (" + networkDevice.hostName() + ")";
title = networkDevice.hostName() + " (" + networkDevice.address().toString() + ")";
}
QString description;
if (networkDevice.macAddressManufacturer().isEmpty()) {