Package org.openhab.binding.dmx.internal.action

Examples of org.openhab.binding.dmx.internal.action.BaseAction.reset()


    logger.trace("Switching to next action on channel {}", getChannelId());
    // push action to the back of the action list
    BaseAction action = actions.get(0);
    actions.remove(0);
    action.reset();
    actions.add(action);
  }

  /**
   * Replace the current list of channel actions with the provided one.
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.