Package org.openhab.binding.swegonventilation.protocol

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


      logger.debug("Swegon ventilation system message listener started");

      SwegonVentilationConnector connector;

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

TOP

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

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.