Interface Scene
- All Known Implementing Classes:
SceneImpl
public interface Scene
A scene.
- Since:
- 3.0.0
-
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.
-