Package org.openhab.binding.zwave.internal.protocol.serialmessage

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


   * Send Request Node info 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 requestNodeInfo(int nodeId) {
    this.enqueue(new RequestNodeInfoMessageClass().doRequest(nodeId));
  }
View Full Code Here

TOP

Related Classes of org.openhab.binding.zwave.internal.protocol.serialmessage.RequestNodeInfoMessageClass

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.