Body of the EnergyEvse energyTransferStopped event

MatterSpecification.v13.Cluster § 9.3.10.4

interface EnergyTransferStoppedEvent {
    energyTransferred: number | bigint;
    reason: EnergyEvse.EnergyTransferStoppedReason;
    sessionId: number;
    state: EnergyEvse.State;
}

Hierarchy (view full)

Properties

energyTransferred: number | bigint

This field shall indicate the reason why the energy transferred stopped.

MatterSpecification.v13.Cluster § 9.3.10.4.3

sessionId: number

This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.

MatterSpecification.v13.Cluster § 9.3.10.4.1

This field shall indicate the value of the State attribute prior to the energy transfer stopping.

MatterSpecification.v13.Cluster § 9.3.10.4.2