PlugAndChargeComponent: {
    attributes: {
        vehicleId: Attribute<string | null, any>;
    };
}

A EnergyEvseCluster supports these elements if it supports feature PlugAndCharge.

Type declaration

  • Readonlyattributes: {
        vehicleId: Attribute<string | null, any>;
    }
    • ReadonlyvehicleId: Attribute<string | null, any>

      Indicates the vehicle ID read by the EVSE via ISO-15118 using the PNC feature, if the EVSE supports this capability.

      The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that this is unknown.

      MatterSpecification.v13.Cluster § 9.3.8.19