Add GetDiagnostics command support
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
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-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-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.