Skip to main content

System Actions

ACCESSSystem actions are used for internal functions, client-specific features, and debugging.

ACCESS

ECHOReturns a temporary websocket access ID. Only used in the web client.

PropertyValueReqDefault
action"access"

IFResponse

PropertyValue
access_idstring
expiresnumber (Unix ms)

ECHO

SYNCReturns a string sent in the action. Used for debugging.

PropertyValueReqDefault
action"echo"
echostring

Response

PropertyValue
echostring

IF

Performs a write-only action depending on query based conditional check. The value of the first column of the first row is checked for each query, and the first returning true is executed. If none match an optional else action will be executed. Otherwise, no action occurs.

PropertyValueReqDefault
action"if"
docondition[]
elseaction

Condition

PropertyValueReq
ifselect
thenaction

SYNC

Returns a string sent in the action. Used for debugging. Redu

PropertyValueReqDefault
action"echo"
idstring

Response

PropertyValue
idstring

VIEW

WAIT