Package org.openhab.binding.swegonventilation.protocol

Examples of org.openhab.binding.swegonventilation.protocol.SwegonVentilationUDPConnector


      if (simulator == true)
        connector = new SwegonVentilationSimulator();
      else if (serialPort != null)
        connector = new SwegonVentilationSerialConnector(serialPort);
      else
        connector = new SwegonVentilationUDPConnector(udpPort);

      try {
        connector.connect();
      } catch (SwegonVentilationException e) {
        logger.error(
View Full Code Here

TOP

Related Classes of org.openhab.binding.swegonventilation.protocol.SwegonVentilationUDPConnector

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.