DishwasherModeCommands

interface DishwasherModeCommands

Known direct subclasses
DishwasherMode

API for the DishwasherMode trait.


Summary

Public functions

suspend DishwasherModeTrait.ChangeToModeCommand.Response
changeToMode(newMode: UByte)

Change dishwasher mode.

Public functions

changeToMode

suspend fun changeToMode(newMode: UByte): DishwasherModeTrait.ChangeToModeCommand.Response

Change dishwasher mode.

Parameters
newMode: UByte

The mode to switch to.

Returns
DishwasherModeTrait.ChangeToModeCommand.Response

The response of the ChangeToMode command.