Interface Scene

All Known Implementing Classes:
SceneImpl

public interface Scene
A scene.
Since:
3.0.0
  • Method Summary

    Modifier and Type Method Description
    void activate()
    Activates this scene.
    UUID getId()
    Returns the technical id of the scene, as assigned by the Bridge.
    String getName()
    Returns the name of the scene, as set by the user.
  • Method Details

    • getId

      UUID 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.

      Returns:
      Id of the scene.
    • getName

      String getName()
      Returns the name of the scene, as set by the user.
      Returns:
      Name of the scene.
    • activate

      void activate()
      Activates this scene.