Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a way to send a direct message to a connected client http://host:90918081/RESTCallback/sendData

To do this, pass the following JSON object

Code Block
languagejs
themeRDark
{  
   "nodeId":"",
   "sessionId":"/192.168.1.102:25789/192.168.1.101:8443",
   "operationId":"",
   "payload":{  
      "test":"test"
   }

...