X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2Findex.ts;h=e4e565c34196d0078e9641151964e08b1a17e8a0;hb=8f46463be058ed68cc4cc962c51722f7e3b55c54;hp=61e092d8d3f93c2de676a94fa0f584e19b1ca33e;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/index.ts b/src/charging-station/ocpp/index.ts index 61e092d8..e4e565c3 100644 --- a/src/charging-station/ocpp/index.ts +++ b/src/charging-station/ocpp/index.ts @@ -8,7 +8,6 @@ export { OCPPIncomingRequestService } from './OCPPIncomingRequestService.js' export { OCPPRequestService } from './OCPPRequestService.js' export { buildMeterValue, - buildStatusNotificationRequest, buildTransactionEndMeterValue, getMessageTypeString, isIdTagAuthorized,