source: branches/FACT++_part_filenames/scripts/doDriveUnlock.js@ 18732

Last change on this file since 18732 was 17399, checked in by tbretz, 11 years ago
Check (and wait a short time) whether server is online.
File size: 141 bytes
Line 
1console.out("Sending drive unlock...");
2
3include("scripts/CheckStates.js");
4
5checkSend(["DRIVE_CONTROL"]);
6dim.send("DRIVE_CONTROL/UNLOCK");
Note: See TracBrowser for help on using the repository browser.