lib/services/websocket_service.dart
.. .. @@ -60,7 +60,7 @@ 60 60 // Send Wake-on-LAN if MAC configured 61 61 if (config.macAddress != null && config.macAddress!.isNotEmpty) { 62 62 try { 63 - await WolService.wake(config.macAddress!);63 + await WolService.wake(config.macAddress!, localHost: config.localHost);64 64 } catch (_) {} 65 65 } 66 66