Send VNyan WebSocket command
vnyan_ws_sendSends a command and optional message via WebSocket to trigger a matching WebSocket Command node in VNyan. Fire-and-forget, no JSON processing needed.
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 |