Private
coreRetrieves the basic, technical details of the Server
Retrieves technical details of the Server's resources (CPU, Memory, Disk, Network)
Gets the Websocket connection (and upload) details for the Server
Instructs the Server to start up, shut down, restart, or force quit
The power action to send. One of: ["start", "stop", "restart", "kill"]
Example of stopping the server
await wisp.api.PowerRequest("stop");
Sets the name of the Server as it appears in the panel (Same thing as setting the name in the "Server Details" menu)
The new name of the server
Generated using TypeDoc
Handles generic Server interaction, such as Sending Commands, managing Power State, and getting Details