Forums

Full Version: How to configure websocket in dashboard?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
-> In Dashboard Designer Module, under Data Connectors, in Web SocketProvide the URL
- In Scripting Side, using the component Id:

 
if(all_data[0].dp_id=='comp1667369588969_inst_7254')
{
var data1 = changedItem.attributes.data;
console.log(data1);
}