E_OCPP1_ReservationStatus

TYPE E_OCPP1_ReservationStatus :
(
    None := 0, // Any status not covered by this implementation
    Accepted,  // Reservation has been made.
    Faulted,   // Reservation has not been made, because connectors or specified connector are in a faulted state.
    Occupied,  // Reservation has not been made.All connectors or the specified connector are occupied.
    Rejected   // Reservation has not been made.Charge Point is not configured to accept reservations.
) UDINT;
END_TYPE