Package org.peripheralware.karotz.action.led

Examples of org.peripheralware.karotz.action.led.LedLightAction


    actionPublisher.performAction(action);
    Thread.sleep(lenght + 2000); // +2 seconds if karotz has a slower internet connection.
  }

  private void changeLight(KarotzActionPublisher actionPublisher, String color) throws KarotzException {
    actionPublisher.performAction(new LedLightAction(color));
  }
View Full Code Here

TOP

Related Classes of org.peripheralware.karotz.action.led.LedLightAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.