Allow websocket client node to send pings

This commit is contained in:
Nick O'Leary
2021-07-08 10:51:36 +01:00
parent 46c4e2d212
commit d8ee766860
3 changed files with 73 additions and 5 deletions

View File

@@ -512,6 +512,7 @@
"sendrec": "Send/Receive",
"payload": "payload",
"message": "entire message",
"sendheartbeat": "Send heartbeat",
"tip": {
"path1": "By default, <code>payload</code> will contain the data to be sent over, or received from a websocket. The listener can be configured to send or receive the entire message object as a JSON formatted string.",
"path2": "This path will be relative to <code>__path__</code>.",