Examples of MirrorAction


Examples of org.openhab.binding.dmx.internal.action.MirrorAction

  public void mirrorChannel(int sourceChannel, int mirrorChannel, int duration) {

    logger.trace("Mirroring channel {} onto {}", sourceChannel,
        mirrorChannel);
    transmitter.getChannel(mirrorChannel).setChannelAction(
        new MirrorAction(transmitter.getChannel(sourceChannel),
            duration));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.