Improve OCPP error handling, fix performance storage default file path
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-29  Jérôme BenoitRevert wrong any type removal
2021-08-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-21  Jérôme BenoitCleanup: rename isWebSocketOpened to isWebSocketConnect...
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-02  Jérôme BenoitFix heartbeat start + cleanups.
2021-05-02  Jérôme BenoitFix SRPC call type counting in statistics.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-04-04  Jérôme BenoitLinter fixes.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-02-16  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-06  Jérôme BenoitCleanups to message queue handling code.
2021-02-05  Jérôme BenoitRemove uneeded intermediate variable.
2021-02-02  Jérôme BenoitMove message buffer code to charging station.
2021-02-02  Jérôme BenoitRename types definition files for the sake of namespace...
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-31  Jérôme BenoitRemove void before async call.
2021-01-31  Jérôme BenoitMake modular the SRPC call chain code.