EnergyEvse.Attribute

enum EnergyEvse.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

approximateEvEfficiency

The approximateEvEfficiency trait attribute.

attributeList

The attributeList trait attribute.

batteryCapacity

The batteryCapacity trait attribute.

chargingEnabledUntil

The chargingEnabledUntil trait attribute.

circuitCapacity

The circuitCapacity trait attribute.

clusterRevision

The clusterRevision trait attribute.

dischargingEnabledUntil

The dischargingEnabledUntil trait attribute.

faultState

The faultState trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

maximumChargeCurrent

The maximumChargeCurrent trait attribute.

maximumDischargeCurrent

The maximumDischargeCurrent trait attribute.

minimumChargeCurrent

The minimumChargeCurrent trait attribute.

nextChargeRequiredEnergy

The nextChargeRequiredEnergy trait attribute.

nextChargeStartTime

The nextChargeStartTime trait attribute.

nextChargeTargetSoC

The nextChargeTargetSoC trait attribute.

nextChargeTargetTime

The nextChargeTargetTime trait attribute.

randomizationDelayWindow

The randomizationDelayWindow trait attribute.

sessionDuration

The sessionDuration trait attribute.

sessionEnergyCharged

The sessionEnergyCharged trait attribute.

sessionEnergyDischarged

The sessionEnergyDischarged trait attribute.

sessionId

The sessionId trait attribute.

state

The state trait attribute.

stateOfCharge

The stateOfCharge trait attribute.

supplyState

The supplyState trait attribute.

userMaximumChargeCurrent

The userMaximumChargeCurrent trait attribute.

vehicleId

The vehicleId trait attribute.

Public functions

EnergyEvse.Attribute
valueOf(value: String)

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

Array<EnergyEvse.Attribute>

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

Public properties

open Descriptor
Boolean
open UInt
open Type
open String

Enum Values

attributeList

val EnergyEvse.Attribute.attributeListEnergyEvse.Attribute

The attributeList trait attribute.

batteryCapacity

val EnergyEvse.Attribute.batteryCapacityEnergyEvse.Attribute

The batteryCapacity trait attribute.

circuitCapacity

val EnergyEvse.Attribute.circuitCapacityEnergyEvse.Attribute

The circuitCapacity trait attribute.

clusterRevision

val EnergyEvse.Attribute.clusterRevisionEnergyEvse.Attribute

The clusterRevision trait attribute.

faultState

val EnergyEvse.Attribute.faultStateEnergyEvse.Attribute

The faultState trait attribute.

featureMap

val EnergyEvse.Attribute.featureMapEnergyEvse.Attribute

The featureMap trait attribute.

sessionDuration

val EnergyEvse.Attribute.sessionDurationEnergyEvse.Attribute

The sessionDuration trait attribute.

sessionId

val EnergyEvse.Attribute.sessionIdEnergyEvse.Attribute

The sessionId trait attribute.

state

val EnergyEvse.Attribute.stateEnergyEvse.Attribute

The state trait attribute.

stateOfCharge

val EnergyEvse.Attribute.stateOfChargeEnergyEvse.Attribute

The stateOfCharge trait attribute.

supplyState

val EnergyEvse.Attribute.supplyStateEnergyEvse.Attribute

The supplyState trait attribute.

vehicleId

val EnergyEvse.Attribute.vehicleIdEnergyEvse.Attribute

The vehicleId trait attribute.

Public functions

valueOf

fun valueOf(value: String): EnergyEvse.Attribute

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.Attribute>

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

descriptor

open val descriptorDescriptor

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString