Skip to content

Commit

Permalink
show sending wake-up packet explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed May 19, 2020
1 parent e15db3e commit a92b782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WoL/Pages/Wake.razor
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
model = new HostViewModel(host);
AlertSpinner = true;
Info = "Sending wake-up packet...";
base.StateHasChanged();
await WakeService.Wake(host.MacAddress);
AlertSpinner = false;
Success = "Wake-up packet sent.";
Expand Down

0 comments on commit a92b782

Please sign in to comment.