Examples of ZWaveInitializationCompletedEvent


Examples of org.openhab.binding.zwave.internal.protocol.event.ZWaveInitializationCompletedEvent

      logger.debug("ZWave Initialisation Complete");
     
      // We only want this event once!
      initializationComplete = true;
     
      ZWaveEvent zEvent = new ZWaveInitializationCompletedEvent(this.ownNodeId);
      this.notifyEventListeners(zEvent);
     
      // If there are DEAD nodes, send a Node Status event
      // We do that here to avoid messing with the binding initialisation
      for(ZWaveNode node : this.getNodes()) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.