Command Message

Type: 4

Direction: Client → Server

The command message is a message sent by the client when it wants to request a specific addons or a list of addons.

Model

PropertyTypeDescription
type4The type of the WebSocket message, indicating a command event.
dataCommandMessageDataThe data associated with the command message, containing the command and its arguments.