Websocket Client Open

Trigger for when the Websocket Client connection is Opened
0.0.41

Parameters

Clientrequired
Select

Select a client from the Server/Clients -> Websocket Clients tab

  • Select Any to trigger on any client

Variables

The following variables will be populated when this trigger executes:

Description
wsHoststring

The host of this websocket client

Example: 127.0.0.1
wsIdstring

The UUID of this websocket client

wsIdxnumber

The 0-based id of this websocket

Example: 0, 1, 2, etc.
wsNamestring

The custom defined name of this websocket client

Example: My websocket client
wsPathstring

The path of this websocket client

Example: /
wsPortnumber

The port of this websocket client

Example: 8080
wsQuerystring

The query of this websocket client

Example: ?key=value
wsSchemestring

The scheme of this websocket client

Example: ws
wsUrlstring

The full URL of this websocket client

Example: ws://127.0.0.1:8080/