Broadcasting Messages Over Web Sockets
Web socket Publisher publishes the message over a socket which can be subscribed on client side.
Mention the topic and message parameters.
Example: Create Publish Message Action to publish the data over the socket.
Click + under Actions to create the Publish Message action.
Enter the name of the Publish Message action and select Type as Publish Message.
Click OK.
Click on the newly created action name and open the Properties Panel.
Mention the topic to which you want to publish data under Input > Topic.
Enter the message to be published under Input > Message.
Click SAVE to save the configuration.

