Update discovery result look of wol network devices
parent
bae410388a
commit
2945c474da
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue