Package io.github.zeroone3010.yahueapi
Interface Scene
public interface Scene
A scene that has been configured into the Hue Bridge.
- Since:
- 1.3.0
-
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.
-