Send VNyan WebSocket command
vnyan_ws_sendSend a plain-text command and message to trigger a WebSocket Command node in VNyan via a local endpoint. Fire-and-forget, no JSON.
Instructions
Sends a plain-text ' ' frame to ws://127.0.0.1:8000/vnyan to trigger a matching WebSocket Command node. Source: native port, no plugin required. Fire-and-forget, no JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Matched against a WebSocket Command node's Command Text | |
| message | No | Rest of the payload after the command |