lib/screens/settings_screen.dart
.. .. @@ -84,7 +84,7 @@ 84 84 setState(() => _isWaking = true); 85 85 86 86 try { 87 - await WolService.wake(mac);87 + await WolService.wake(mac, localHost: _localHostController.text.trim());88 88 if (mounted) { 89 89 ScaffoldMessenger.of(context).showSnackBar( 90 90 const SnackBar(content: Text('Wake-on-LAN packet sent')),