X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2Findex.ts;h=9e0738b82b8b0d1b8a1dbcdac35b575f33cefdce;hb=be34dba565184fc320ac7621688ee5a35659e712;hp=a7681be65e6a1ad757a2e72cf5e4b50990ed7d70;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/index.ts b/src/charging-station/ocpp/index.ts index a7681be6..9e0738b8 100644 --- a/src/charging-station/ocpp/index.ts +++ b/src/charging-station/ocpp/index.ts @@ -1,13 +1,13 @@ export { - OCPP20ResponseService, - OCPP20RequestService, - OCPP20IncomingRequestService, + OCPP16IncomingRequestService, + OCPP16RequestService, + OCPP16ResponseService, // FIXME: shall not be exported OCPP16ServiceUtils, + OCPP20IncomingRequestService, + OCPP20RequestService, + OCPP20ResponseService, OCPPIncomingRequestService, - OCPP16ResponseService, OCPPRequestService, OCPPServiceUtils, - OCPP16IncomingRequestService, - OCPP16RequestService, } from './internal';