ElevatorControlCommands

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

Known direct subclasses
ElevatorControl

API for the ElevatorControl trait.


Summary

Public functions

suspend Unit
callElevator(floorName: String)

Call the elevator.

BatchableCommand<Unit>

The batchable version of callElevator command.

Public functions

callElevator

suspend fun callElevator(floorName: String): Unit

Call the elevator.

Parameters
floorName: String

The floor name of where to send the elevator.

callElevatorBatchable

fun callElevatorBatchable(floorName: String): BatchableCommand<Unit>

The batchable version of callElevator command.

Call the elevator.

Parameters
floorName: String

The floor name of where to send the elevator.

Returns
BatchableCommand<Unit>

BatchableCommand