Package org.openhab.binding.epsonprojector.internal.EpsonProjectorDevice

Examples of org.openhab.binding.epsonprojector.internal.EpsonProjectorDevice.AspectRatio


      switch (commmandType) {
      case AKEYSTONE:
        int autoKeystone = remoteController.getAutoKeystone();
        return new DecimalType(autoKeystone);
      case ASPECT_RATIO:
        AspectRatio aspectRatio = remoteController.getAspectRatio();
        return new StringType(aspectRatio.toString());
      case BACKGROUND:
        Background background = remoteController.getBackground();
        return new StringType(background.toString());
      case BRIGHTNESS:
        int brightness = remoteController.getBrightness();
View Full Code Here

TOP

Related Classes of org.openhab.binding.epsonprojector.internal.EpsonProjectorDevice.AspectRatio

Copyright © 2018 www.massapicom. 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.