Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to configure websocket in dashboard?
#1
-> 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);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)