Matthias Nott
2026-03-21 fa34201bc07e5312ff0c6825933cd02ce7900254
lib/services/websocket_service.dart
....@@ -60,7 +60,7 @@
6060 // Send Wake-on-LAN if MAC configured
6161 if (config.macAddress != null && config.macAddress!.isNotEmpty) {
6262 try {
63
- await WolService.wake(config.macAddress!);
63
+ await WolService.wake(config.macAddress!, localHost: config.localHost);
6464 } catch (_) {}
6565 }
6666