SoftwareUpdateCommands

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

Known direct subclasses
SoftwareUpdate

API for the SoftwareUpdate trait.


Summary

Public functions

suspend Unit

Updates the device with the latest software.

BatchableCommand<Unit>

The batchable version of softwareUpdate command.

Public functions

softwareUpdate

suspend fun softwareUpdate(): Unit

Updates the device with the latest software.

softwareUpdateBatchable

fun softwareUpdateBatchable(): BatchableCommand<Unit>

The batchable version of softwareUpdate command.

Updates the device with the latest software.

Returns
BatchableCommand<Unit>

BatchableCommand