5
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.
Property | Type | Description |
---|---|---|
type | 5 | The type of the WebSocket message, indicating a command response event. |
command | "getAddon" | "getAddons" | The command that this response is associated with. |
data | unknown | The data associated with the command response message, which varies based on the command executed. |