Hook the OCPP 2.0 stack into the main code
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 21:23:49 +0000 (22:23 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 21:23:49 +0000 (22:23 +0100)
commitedd134392e237a3242dc2093341df70244c51472
tree5cf7c75514bec886d3f34d12689b7ba8a22da27c
parent953d6b028e82d6997897802afefbb4ce0d225dee
Hook the OCPP 2.0 stack into the main code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
40 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationWorker.ts
src/charging-station/ChargingStationWorkerBroadcastChannel.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/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20RequestService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ocpp/OCPPServiceUtils.ts
src/exception/OCPPError.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/MikroOrmStorage.ts
src/performance/storage/MongoDBStorage.ts
src/performance/storage/Storage.ts
src/performance/storage/StorageFactory.ts
src/start.ts
src/types/ChargingStationWorker.ts
src/types/ConfigurationData.ts
src/types/Statistics.ts
src/types/ocpp/ChargePointErrorCode.ts
src/types/ocpp/ChargePointStatus.ts
src/types/ocpp/ChargingProfile.ts
src/types/ocpp/Configuration.ts
src/types/ocpp/MeterValues.ts
src/types/ocpp/OCPPVersion.ts
src/types/ocpp/Requests.ts
src/types/ocpp/Responses.ts
src/types/ocpp/Transaction.ts
src/utils/CircularArray.ts
src/utils/ElectricUtils.ts
src/utils/Utils.ts
src/worker/WorkerSet.ts
ui/web/src/types/ChargingStationType.ts