Package org.openhab.binding.tcp

Examples of org.openhab.binding.tcp.Direction


   */
  private void parseBindingConfig(ProtocolBindingConfig config,Item item,
      String bindingConfig) throws BindingConfigParseException {

    String direction = null;
    Direction directionType = null;
    String commandAsString = null;
    String host = null;
    String port = null;
    String protocolCommand = null;

View Full Code Here

TOP

Related Classes of org.openhab.binding.tcp.Direction

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.