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.
    String getId()
    Returns the technical id of the scene, as assigned by the Bridge.
    String getName()
    Returns the name of the scene, e.g.
  • Method Details

    • getId

      String getId()

      Returns the technical id of the scene, as assigned by the Bridge. The id stays the same even if the scene name is changed by the user.

      Note that the id is only unique within the context of a single bridge.

      Returns:
      Id of the scene.
      Since:
      2.7.0
    • activate

      void activate()
      Activates this scene.
    • getName

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