public class Led extends Object
Led()
void
turnOff()
turnOn()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Led()
@Command(type=ACTION, level=1, description="Turn On the led.") public void turnOn()
@Command(type=ACTION, level=1, description="Turn Off the led.") public void turnOff()
Copyright © 2018 LSST. All rights reserved.