E_OCPP1_ChargingProfilePurposeType

TYPE E_OCPP1_ChargingProfilePurposeType :
(
    None := 0,             // Any status not covered by this implementation
    ChargePointMaxProfile, // Configuration for the maximum power or current available for an entire Charge Point.
    TxDefaultProfile,      // Default profile that can be configured in the Charge Point.
    TxProfile              // Profile with constraints to be imposed by the Charge Point on the current transaction.
) UDINT;
END_TYPE