struct

PlaceOS::Client::API::Models::Websocket::Request

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

args

Associated arguments for the command.

Source
cmd

The command type.

Source
id

A unique identifier to associate with the command. This will be returned as part of the response.

Source
index

The module index the command targets. Defaults to 1.

Source
mod

The module name the command targets.

Source
name

Name of the status variable of method being interacted with.

Source
sys

The system identified the command targets.

Source

Nested types