mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Log on agent when wake command is received.
This commit is contained in:
parent
be8073d4d6
commit
60b6dbd318
@ -495,6 +495,9 @@ namespace Remotely.Agent.Services
|
||||
|
||||
_hubConnection.On("WakeDevice", async (string macAddress) =>
|
||||
{
|
||||
_logger.LogInformation(
|
||||
"Received request to wake device with MAC address {macAddress}.",
|
||||
macAddress);
|
||||
await _wakeOnLanService.WakeDevice(macAddress);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user