Package org.openhab.core.library.types

Examples of org.openhab.core.library.types.DecimalType.intValue()


      break;
    case SOURCE_NUMBER:
      if (c instanceof DecimalType) {
        DecimalType sourceIdx = (DecimalType) c;
        String cmd = BenqProjectorSourceMapping
            .getStringFromMapping(sourceIdx.intValue());
        if (cmd.isEmpty() == false) {
          response = transport.sendCommandExpectResponse(cfg.mode
              .getItemModeCommandSetString(cmd));
          cmdSent = true;
        }
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.