E_OCPP1_ChargingProfileStatus

TYPE E_OCPP1_ChargingProfileStatus :
(
    None := 0,   // Any status not covered by this implementation
    Accepted,    // Request has been acceptedand will be executed.
    Rejected,    // Request has not been accepted and will not be executed.
    NotSupported // Charge Point indicates that the request is not supported.
) UDINT;
END_TYPE