EnergyEvse.Command

enum EnergyEvse.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

ClearTargets

The clearTargets trait command.

Disable

The disable trait command.

EnableCharging

The enableCharging trait command.

EnableDischarging

The enableDischarging trait command.

GetTargets

The getTargets trait command.

SetTargets

The setTargets trait command.

StartDiagnostics

The startDiagnostics trait command.

Public functions

EnergyEvse.Command
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<EnergyEvse.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

UInt

Enum Values

ClearTargets

val EnergyEvse.Command.ClearTargetsEnergyEvse.Command

The clearTargets trait command.

Disable

val EnergyEvse.Command.DisableEnergyEvse.Command

The disable trait command.

EnableCharging

val EnergyEvse.Command.EnableChargingEnergyEvse.Command

The enableCharging trait command.

EnableDischarging

val EnergyEvse.Command.EnableDischargingEnergyEvse.Command

The enableDischarging trait command.

GetTargets

val EnergyEvse.Command.GetTargetsEnergyEvse.Command

The getTargets trait command.

SetTargets

val EnergyEvse.Command.SetTargetsEnergyEvse.Command

The setTargets trait command.

StartDiagnostics

val EnergyEvse.Command.StartDiagnosticsEnergyEvse.Command

The startDiagnostics trait command.

Public functions

valueOf

fun valueOf(value: String): EnergyEvse.Command

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<EnergyEvse.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

tag

val tagUInt