Changeset 16883
- Timestamp:
- 06/21/13 22:29:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/handleFtmIdle.js
r16857 r16883 17 17 { 18 18 case "Disconnected": 19 console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... wai nting for 'Idle'.");19 console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for 'Idle'."); 20 20 dim.send("FTM_CONTROL/RECONNECT"); 21 21 return "Valid"; 22 22 23 23 case "Idle": 24 console.out("Ftmctrl in 'Idle'... sending DISCONNECT... wai nting for 'Disconnected'.");24 console.out("Ftmctrl in 'Idle'... sending DISCONNECT... waiting for 'Disconnected'."); 25 25 dim.send("FTM_CONTROL/DISCONNECT"); 26 26 v8.sleep(3000);
Note:
See TracChangeset
for help on using the changeset viewer.