source: branches/FACT++_scripts_refactoring/doDriveToggle.js@ 19926

Last change on this file since 19926 was 17398, checked in by tbretz, 11 years ago
Script to switch on and off drive power
File size: 142 bytes
Line 
1console.out("Sending troggle drive.");
2
3include("scripts/CheckStates.js");
4
5checkSend(["PWR_CONTROL"]);
6dim.send("PWR_CONTROL/TOGGLE_DRIVE");
Note: See TracBrowser for help on using the repository browser.