ChimeCommands

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

Known direct subclasses
Chime

API for the Chime trait.


Commands for the Chime trait.

Summary

Public functions

suspend Unit

Play the currently selected chime.

BatchableCommand<Unit>

The batchable version of playChimeSound command.

Public functions

playChimeSound

suspend fun playChimeSound(): Unit

Play the currently selected chime.

playChimeSoundBatchable

fun playChimeSoundBatchable(): BatchableCommand<Unit>

The batchable version of playChimeSound command.

Play the currently selected chime.

Returns
BatchableCommand<Unit>

BatchableCommand