Examples of initEndpoints()


Examples of org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveMultiInstanceCommandClass.initEndpoints()

      // try and get the multi instance / channel command class.
      ZWaveMultiInstanceCommandClass multiInstance = (ZWaveMultiInstanceCommandClass) this.node
          .getCommandClass(CommandClass.MULTI_INSTANCE);

      if (multiInstance != null) {
        multiInstance.initEndpoints();
        break;
      }

      logger.trace("NODE {}: does not support MULTI_INSTANCE, proceeding to static node stage.",
          this.node.getNodeId());
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.