Class SceneImpl
java.lang.Object
io.github.zeroone3010.yahueapi.v2.SceneImpl
- All Implemented Interfaces:
Scene
public class SceneImpl extends Object implements Scene
-
Constructor Details
-
Method Details
-
getId
Description copied from interface:SceneReturns 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.
-
getName
Description copied from interface:SceneReturns the name of the scene, as set by the user. -
activate
public void activate()Description copied from interface:SceneActivates this scene. -
toString
-