Interface Scene


public interface Scene
A scene that has been configured into the Hue Bridge.
Since:
1.3.0
  • Method Summary

    Modifier and Type Method Description
    void activate()
    Activates this scene.
    java.lang.String getName()
    Returns the name of the scene, e.g.
  • Method Details

    • activate

      void activate()
      Activates this scene.
    • getName

      java.lang.String getName()
      Returns the name of the scene, e.g. "Tropical twilight" or "Concentrate".
      Returns:
      Name of the scene.