Refactored and cleaned some stuff

This commit is contained in:
Marcel Baumgartner
2024-02-06 19:30:30 +01:00
parent caa34dd79d
commit 26ed50c94b
11 changed files with 144 additions and 54 deletions

View File

@@ -38,7 +38,7 @@
private async Task ResetServer()
{
await ServerService.SendPowerAction(Server, PowerAction.Install);
await ServerService.Console.SendAction(Server, PowerAction.Install);
}
private async Task OnStateChanged()