Examples of GetControllerCapabilitiesMessageClass


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

          // We don't want to be SUC, but we currently are!
          // Disable SERVER functionality, and set the node to 0
          this.enqueue(new EnableSucMessageClass().doRequest(EnableSucMessageClass.SUCType.NONE));
          this.enqueue(new SetSucNodeMessageClass().doRequest(this.ownNodeId, SetSucNodeMessageClass.SUCType.NONE));
        }
        this.enqueue(new GetControllerCapabilitiesMessageClass().doRequest());
        break;
      case SerialApiGetCapabilities:
        this.serialAPIVersion = ((SerialApiGetCapabilitiesMessageClass)processor).getSerialAPIVersion();
        this.manufactureId = ((SerialApiGetCapabilitiesMessageClass)processor).getManufactureId();
        this.deviceId = ((SerialApiGetCapabilitiesMessageClass)processor).getDeviceId();
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.