fix type links |
m fix types |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"OnReceived", "Type":" | {"Name":"OnReceived", "Type":"Call"}, | ||
{"Name":"Data", "Type":"String"} | {"Name":"Data", "Type":"String"} | ||
] | ] | ||
Line 16: | Line 16: | ||
== Outputs == | == Outputs == | ||
=== OnReceived ([[ | === OnReceived ([[Impulses |Call]]) === | ||
An [[ | An [[Impulses | Call]] triggered when a message is received, mostly used to write the data to a store. | ||
=== Data ([[Types:String |String]])=== | === Data ([[Types:String |String]])=== |
Latest revision as of 21:26, 9 February 2024
Websocket Text Message Receiver
null
∅
Websockets
This node will allow you to receive text messages from a WebSocket client.
Outputs
OnReceived (Call)
An Call triggered when a message is received, mostly used to write the data to a store.
Data (String)
The actual message sent by the server as a string.
Globals
Client (WebsocketClient)
A WebSocketClient component.