Package io.github.zeroone3010.yahueapi
Interface StateBuilderSteps.SceneStep
- All Known Subinterfaces:
StateBuilderSteps.InitialStep
- All Known Implementing Classes:
State.Builder
- Enclosing class:
- StateBuilderSteps
public static interface StateBuilderSteps.SceneStep
-
Method Summary
Modifier and Type Method Description StateBuilderSteps.OnOffStepscene(java.lang.String scene)Scene.
-
Method Details
-
scene
Scene.- Parameters:
scene- An identifier of a scene to be activated.- Returns:
- The next step of this state builder
-