Package io.github.zeroone3010.yahueapi
Interface StateBuilderSteps.EffectStep
- All Known Subinterfaces:
StateBuilderSteps.InitialStep
- All Known Implementing Classes:
State.Builder
- Enclosing class:
- StateBuilderSteps
public static interface StateBuilderSteps.EffectStep
-
Method Summary
Modifier and Type Method Description Stateeffect(EffectType effect)Deprecated.
-
Method Details
-
effect
Deprecated.Effect. Instead of this builder, you may also use the static constantsState.COLOR_LOOP_EFFECTandState.NO_EFFECTS.- Parameters:
effect- Type of the effect to be activated, orEffectType.NONEto stop the long effect.- Returns:
- A new
State. - See Also:
UpdateState.effect(io.github.zeroone3010.yahueapi.v2.domain.update.EffectType)
-