From 2945c474dac1cfbd52812d79e8f48dae3cdc5514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 8 Jun 2021 13:24:19 +0200 Subject: [PATCH] Update discovery result look of wol network devices --- wakeonlan/integrationpluginwakeonlan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakeonlan/integrationpluginwakeonlan.cpp b/wakeonlan/integrationpluginwakeonlan.cpp index 0f2fb10e..c2f1f685 100644 --- a/wakeonlan/integrationpluginwakeonlan.cpp +++ b/wakeonlan/integrationpluginwakeonlan.cpp @@ -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()) {