source: branches/FACT++_lidctrl_new_eth/scripts/doDriveToggle.js@ 18910

Last change on this file since 18910 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.