EnergyEvse.EvNotDetectedEvent

class EnergyEvse.EvNotDetectedEvent : Event, EnergyEvseTrait.EvNotDetected


Summary

Nested types

Descriptor enum for this event's fields.

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

open Id

ID of the Event.

open EventImportance

Importance of the event.

open String

Event name.

open ULong

Event number.

open Instant

Time of the event.

Inherited functions

From com.google.home.matter.standard.EnergyEvseTrait.EvNotDetected
open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Inherited properties

From com.google.home.matter.standard.EnergyEvseTrait.EvNotDetected
open UInt?

The total duration of the session, from when the electric vehicle was plugged in until it was unplugged.

open Long?

The total amount of energy transferred from the EVSE to the electric vehicle during the session.

open Long?

The total amount of energy transferred from the electric vehicle to the EVSE during the session.

open UInt?

The current value of the sessionId attribute.

open EnergyEvseTrait.StateEnum?

The value of the state attribute prior to the electric vehicle not being detected.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

eventId

open val eventIdId

ID of the Event.

eventImportance

open val eventImportanceEventImportance

Importance of the event.

eventName

open val eventNameString

Event name.

eventNumber

open val eventNumberULong

Event number.

timestamp

open val timestampInstant

Time of the event.