Command Response Message

Type: 5

Direction: Server → Client

The command response message is a successful message sent by the server to the client as a response to a previously received message.

Model

PropertyTypeDescription
type5The type of the WebSocket message, indicating a command response event.
command"getAddon" | "getAddons"The command that this response is associated with.
dataunknownThe data associated with the command response message, which varies based on the command executed.