LowPowerCommands

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

Known direct subclasses
LowPower

API for the LowPower trait.


Summary

Public functions

suspend Unit

Put the device into low power mode.

BatchableCommand<Unit>

The batchable version of sleep command.

Public functions

sleep

suspend fun sleep(): Unit

Put the device into low power mode.

sleepBatchable

fun sleepBatchable(): BatchableCommand<Unit>

The batchable version of sleep command.

Put the device into low power mode.

Returns
BatchableCommand<Unit>

BatchableCommand