Examples of SerialApiGetInitDataMessageClass


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

        this.serialAPIVersion = ((SerialApiGetCapabilitiesMessageClass)processor).getSerialAPIVersion();
        this.manufactureId = ((SerialApiGetCapabilitiesMessageClass)processor).getManufactureId();
        this.deviceId = ((SerialApiGetCapabilitiesMessageClass)processor).getDeviceId();
        this.deviceType = ((SerialApiGetCapabilitiesMessageClass)processor).getDeviceType();
       
        this.enqueue(new SerialApiGetInitDataMessageClass().doRequest());
        break;
      case GetControllerCapabilities:
        this.controllerType = ((GetControllerCapabilitiesMessageClass)processor).getDeviceType();
        break;
      default:
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.