source: trunk/FACT++/scripts/doDriveToggle.js@ 20084

Last change on this file since 20084 was 18948, checked in by tbretz, 7 years ago
Fixed a typo.
File size: 141 bytes
Line 
1console.out("Sending toggle 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.