perf: reduce OCPPUtils memory usage
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / index.ts
index 02fadb3e24f391dac3c19599451169368a65cfaf..2f21bd2ecf59674ee19acd58972237c7831796fc 100644 (file)
@@ -8,4 +8,9 @@ export { OCPP20RequestService } from './2.0/OCPP20RequestService';
 export { OCPP20ResponseService } from './2.0/OCPP20ResponseService';
 export { OCPPIncomingRequestService } from './OCPPIncomingRequestService';
 export { OCPPRequestService } from './OCPPRequestService';
-export { OCPPServiceUtils } from './OCPPServiceUtils';
+export {
+  buildStatusNotificationRequest,
+  getMessageTypeString,
+  isIdTagAuthorized,
+  sendAndSetConnectorStatus,
+} from './OCPPServiceUtils';