Package org.openhab.binding.maxcul.internal.message.sequencers

Examples of org.openhab.binding.maxcul.internal.message.sequencers.PairingInitialisationSequence


          }
        }

        /* start the initialisation sequence */
        logger.debug("Creating pairing sequencer");
        PairingInitialisationSequence ps = new PairingInitialisationSequence(
            this.DEFAULT_GROUP_ID, messageHandler,
            configWithTempsConfig, associations);
        messageHandler.startSequence(ps, pkt);
      } else {
        logger.error("Pairing failed: Unable to find binding config for device "
View Full Code Here

TOP

Related Classes of org.openhab.binding.maxcul.internal.message.sequencers.PairingInitialisationSequence

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.