Ensure 1:1 mapping between charging station instance and its OCPP services
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 21 Feb 2022 19:52:29 +0000 (20:52 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 21 Feb 2022 19:52:29 +0000 (20:52 +0100)
commit9f2e313013116428f5bce2be59e2f5c07502c026
tree8e5707b95920a8c3f446e1eb7ea428f6706417f7
parent28e6dd3a9fd0db84953aa8d149d0a19fadc63554
Ensure 1:1 mapping between charging station instance and its OCPP services

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/ChargingStation.ts
src/charging-station/UIWebSocketServer.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/OCPPIncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ocpp/OCPPResponseService.ts
src/charging-station/ui-websocket-services/AbstractUIService.ts
src/charging-station/ui-websocket-services/UIServiceUtils.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/Storage.ts
src/types/Statistics.ts
src/utils/FileUtils.ts
src/utils/Logger.ts