X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2Finternal.ts;h=f1c9af00315e6ace7c04a6040ccff98018e8f896;hb=be34dba565184fc320ac7621688ee5a35659e712;hp=c7f0fe728a2e10cc3ce66c8d7a3914f68f4014a4;hpb=4ecff7ce6e87af51f1ff04e95641aee2270fbdb0;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/internal.ts b/src/charging-station/ocpp/internal.ts index c7f0fe72..f1c9af00 100644 --- a/src/charging-station/ocpp/internal.ts +++ b/src/charging-station/ocpp/internal.ts @@ -4,6 +4,7 @@ export * from './1.6/OCPP16RequestService'; export * from './1.6/OCPP16ResponseService'; export * from './1.6/OCPP16ServiceUtils'; +export * from './2.0/OCPP20Constants'; export * from './2.0/OCPP20IncomingRequestService'; export * from './2.0/OCPP20RequestService'; export * from './2.0/OCPP20ResponseService';