Package io.github.zeroone3010.yahueapi
Interface StateBuilderSteps.AlertStep
- All Known Subinterfaces:
StateBuilderSteps.InitialStep
- All Known Implementing Classes:
State.Builder
- Enclosing class:
- StateBuilderSteps
public static interface StateBuilderSteps.AlertStep
-
Method Details
-
alert
Alert. Instead of this builder, you may also use the static constantsState.SHORT_ALERT,State.LONG_ALERT, andState.NO_ALERT.- Parameters:
alertType- Type of the alert to be activated, orAlertType.NONEto stop the long alert.- Returns:
- A new
State.
-