Package org.openhab.binding.ihc.ws

Examples of org.openhab.binding.ihc.ws.IhcClient


      logger.info(
          "Connecting to IHC / ELKO LS controller [IP='{}' Username='{}' Password='{}'].",
          new Object[] { ip, username, "******" });

      ihc = new IhcClient(ip, username, password, timeout);
      ihc.setProjectFile(projectFile);
      ihc.setDumpResourceInformationToFile(dumpResourceFile);
      ihc.openConnection();
      controllerState = ihc.getControllerState();
      ihc.addEventListener(this);
View Full Code Here

TOP

Related Classes of org.openhab.binding.ihc.ws.IhcClient

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.