X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2Findex.ts;h=9e0738b82b8b0d1b8a1dbcdac35b575f33cefdce;hb=d5575b174bef0e79d2a600ae24be2789d6cf3451;hp=059c3f70fad646356fa88d142e6e804f0337fec8;hpb=01f4001e733ebc61423d3023d87b1399b6afa215;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/index.ts b/src/charging-station/ocpp/index.ts index 059c3f70..9e0738b8 100644 --- a/src/charging-station/ocpp/index.ts +++ b/src/charging-station/ocpp/index.ts @@ -1,12 +1,12 @@ export { - OCPP20IncomingRequestService, - OCPP20RequestService, - OCPP20ResponseService, OCPP16IncomingRequestService, OCPP16RequestService, OCPP16ResponseService, // FIXME: shall not be exported OCPP16ServiceUtils, + OCPP20IncomingRequestService, + OCPP20RequestService, + OCPP20ResponseService, OCPPIncomingRequestService, OCPPRequestService, OCPPServiceUtils,