DockCommands

@Generated(value = ["GoogleHomePlatformCodegen"])
interface DockCommands
Known direct subclasses
Dock

API for the Dock trait.


Summary

Public functions

suspend Unit

Docks the device.

BatchableCommand<Unit>

The batchable version of dock command.

Public functions

dock

suspend fun dock(): Unit

Docks the device.

dockBatchable

fun dockBatchable(): BatchableCommand<Unit>

The batchable version of dock command.

Docks the device.

Returns
BatchableCommand<Unit>

BatchableCommand