E_OCPP1_RegistrationStatus

TYPE E_OCPP1_RegistrationStatus :
(
    None := 0, // Any status not covered by this implementation
    Accepted,  // Charge point is accepted by Central System.
    Pending,   // Central System is not yet ready to accept the Charge Point.
    Rejected   // Charge point is not accepted by Central System. This may happen when the Charge Point id is not known by Central System.
) UDINT;
END_TYPE