Package org.openhab.binding.homematic.internal.model

Examples of org.openhab.binding.homematic.internal.model.HmRemoteControlOptions.addSymbol()


        rcd.setBacklight(getIntParameter(backlightValueList, rcd.getBacklight(), parameter, "BACKLIGHT"));
        rcd.setUnit(getIntParameter(unitValueList, rcd.getUnit(), parameter, "UNIT"));

        if (ArrayUtils.contains(symbols, parameter)) {
          logger.debug("Symbol {} found for remote control {}", parameter, remoteControlAddress);
          rcd.addSymbol(parameter);
        }
      }
    }
    return rcd;
  }
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.