X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FReservation.ts;h=5f15838a5d303639bbc1ebff347bd500809eb67b;hb=738acbf767e776699e06239a63cb35558018fcc0;hp=69050ed953eb6c42c2fab8c962b935980e6f558a;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Reservation.ts b/src/types/ocpp/Reservation.ts index 69050ed9..5f15838a 100644 --- a/src/types/ocpp/Reservation.ts +++ b/src/types/ocpp/Reservation.ts @@ -9,5 +9,5 @@ export enum ReservationTerminationReason { TRANSACTION_STARTED = 'TransactionStarted', CONNECTOR_STATE_CHANGED = 'ConnectorStateChanged', RESERVATION_CANCELED = 'ReservationCanceled', - REPLACE_EXISTING = 'ReplaceExisting', + REPLACE_EXISTING = 'ReplaceExisting' }