I cannot get this script to run when scanning into the user field in my session.
I have set the scope to the field.
function Beep6()
{
for(var i = 0; i < 6; i++){
Device.beep(200,500,50);
}
}
WLEvent.on("Scan", Beep6());
I cannot get this script to run when scanning into the user field in my session.
I have set the scope to the field.
function Beep6()
{
for(var i = 0; i < 6; i++){
Device.beep(200,500,50);
}
}
WLEvent.on("Scan", Beep6());