Examples of VCDeviceVoltage


Examples of org.openhab.binding.tinkerforge.internal.model.VCDeviceVoltage

   * @generated NOT
   */
  public void initSubDevices()
  {
    ModelFactory factory = ModelFactory.eINSTANCE;
    VCDeviceVoltage voltage = factory.createVCDeviceVoltage();
    String subIdVoltage = "voltageCurrent_voltage";
    voltage.setSubId(subIdVoltage);
    voltage.setUid(getUid());
    voltage.init();
    voltage.setMbrick(this);
    logger.debug("{} addSubDevice {}", LoggerConstants.TFINIT, subIdVoltage);

    VCDeviceCurrent current = factory.createVCDeviceCurrent();
    String subIdCurrent = "voltageCurrent_current";
    current.setSubId(subIdCurrent);
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.