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
-
void activate()
Activates this scene.
-
java.lang.String getName()
Returns the name of the scene, e.g. "Tropical twilight" or "Concentrate".
- Returns:
- Name of the scene.