Examples of IdentifyNodeMessageClass


Examples of org.openhab.binding.zwave.internal.protocol.serialmessage.IdentifyNodeMessageClass

   * Send Identify Node message to the controller.
   * @param nodeId the nodeId of the node to identify
   * @throws SerialInterfaceException when timing out or getting an invalid response.
   */
  public void identifyNode(int nodeId) throws SerialInterfaceException {
    this.enqueue(new IdentifyNodeMessageClass().doRequest(nodeId));
  }
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.