Implemented power state and task streaming over signalr
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.Shared.Http.Responses.Users.Servers;
|
||||
|
||||
public class ServerConsoleResponse
|
||||
{
|
||||
public string Target { get; set; }
|
||||
public string AccessToken { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user