SimplifiedThermostatCommands

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

Known direct subclasses
SimplifiedThermostat

API for the SimplifiedThermostat trait.


Summary

Public functions

suspend Unit

Set the system mode.

BatchableCommand<Unit>

The batchable version of setSystemMode command.

Public functions

setSystemMode

suspend fun setSystemMode(systemMode: SimplifiedThermostatTrait.SystemModeEnum): Unit

Set the system mode.

Parameters
systemMode: SimplifiedThermostatTrait.SystemModeEnum

The mode to set the system to.

setSystemModeBatchable

fun setSystemModeBatchable(
    systemMode: SimplifiedThermostatTrait.SystemModeEnum
): BatchableCommand<Unit>

The batchable version of setSystemMode command.

Set the system mode.

Parameters
systemMode: SimplifiedThermostatTrait.SystemModeEnum

The mode to set the system to.

Returns
BatchableCommand<Unit>

BatchableCommand