RebootCommands

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

Known direct subclasses
Reboot

API for the Reboot trait.


Summary

Public functions

suspend Unit

Reboots the device.

BatchableCommand<Unit>

The batchable version of reboot command.

Public functions

reboot

suspend fun reboot(): Unit

Reboots the device.

rebootBatchable

fun rebootBatchable(): BatchableCommand<Unit>

The batchable version of reboot command.

Reboots the device.

Returns
BatchableCommand<Unit>

BatchableCommand