Add initial classes structure for the OCPP 2.0 stack
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-09-15  Jérôme BenoitConvert types to native type
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-22  Lucas MigeonVue UI + UI server
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-11-22  Jérôme BenoitMake the performance measurement time series actually...
2021-10-02  Jérôme BenoitUse a map to store OCPP command statistics
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-28  Jérôme BenoitAdd support for more DB engines via TypeORM
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-08-15  Jérôme BenoitAdd 95th percentile to performance statistics
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...