Websocket Client Closed
Trigger for when the Websocket Client connection is Closed
Preview
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 | ||
---|---|---|
wsHost | string | The host of this websocket client Example: 127.0.0.1 |
wsId | string | The UUID of this websocket client |
wsIdx | number | The 0-based id of this websocket Example: 0, 1, 2, etc. |
wsName | string | The custom defined name of this websocket client Example: My websocket client |
wsPath | string | The path of this websocket client Example: / |
wsPort | number | The port of this websocket client Example: 8080 |
wsQuery | string | The query of this websocket client Example: ?key=value |
wsScheme | string | The scheme of this websocket client Example: ws |
wsUrl | string | The full URL of this websocket client Example: ws://127.0.0.1:8080/ |