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

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


        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();
        return new DecimalType(brightness);
      case COLOR:
        Color color = remoteController.getColor();
View Full Code Here

TOP

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

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.