Examples of TFConfig


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

        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case ModelPackage.TF_CONFIG:
      {
        TFConfig tfConfig = (TFConfig)theEObject;
        T result = caseTFConfig(tfConfig);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case ModelPackage.OHTF_DEVICE:
View Full Code Here

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

              .error(
                  "{} ignoring duplicate device uid: {}, subId {}, genericId {}. Fix your openhab.cfg!",
                  LoggerConstants.CONFIG, uid, subId);
          device.getEnabledA().compareAndSet(true, false);
        } else {
          TFConfig deviceTfConfig = EcoreUtil.copy(deviceConfig.getTfConfig());
          logger.debug("{} setting tfConfig for {}", LoggerConstants.TFINIT, logId);
          ((MTFConfigConsumer<EObject>) device).setTfConfig(deviceTfConfig);
          device.enable();
          logger.debug("{} adding/enabling device {} with config: {}", LoggerConstants.TFINIT,
              logId, deviceTfConfig);
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.