Body of the EnergyEvse evConnected event

MatterSpecification.v13.Cluster § 9.3.10.1

interface EvConnectedEvent {
    sessionId: number;
}

Hierarchy (view full)

Properties

Properties

sessionId: number

This is the new session ID created after the vehicle is plugged in.

MatterSpecification.v13.Cluster § 9.3.10.1.1