1 var wobble = $['wobble']=='true' ? 2 : 1; 2 var source = $['source']; 3 4 console.out("Start tracking wobble position "+wobble+" of "+source); 5 6 include("scripts/CheckStates.js"); 7 8 checkSend(["DRIVE_CONTROL"]); 9 dim.send("DRIVE_CONTROL/TRACK_WOBBLE", wobble, source); 10