Js function timer to achieve timing reading system real time connection number



function GetDeviceInfo()
{
setInterval(function()
{
GetDeviceRealtimeConnect(); //Js calls the function of the number of real - time connections
},
1000

);
}