TlvEvConnectedEvent: ObjectSchema<{
    sessionId: FieldType<number>;
}> = ...

Body of the EnergyEvse evConnected event

Type declaration

  • sessionId: FieldType<number>

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

    MatterSpecification.v13.Cluster § 9.3.10.1.1

MatterSpecification.v13.Cluster § 9.3.10.1