DishwasherModeCommands

@Generated(value = ["GoogleHomePlatformCodegen"])
interface DishwasherModeCommands

Known direct subclasses
DishwasherMode

API for the DishwasherMode trait.


Summary

Public functions

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

Change dishwasher mode.

BatchableCommand<DishwasherModeTrait.ChangeToModeCommand.Response>

The batchable version of changeToMode command.

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.

changeToModeBatchable

fun changeToModeBatchable(newMode: UByte): BatchableCommand<DishwasherModeTrait.ChangeToModeCommand.Response>

The batchable version of changeToMode command.

Change dishwasher mode.

Parameters
newMode: UByte

The mode to switch to.