refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20RequestService.ts
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-15  Jérôme BenoitEnsure start transaction payload is always compliant...
2023-01-14  Jérôme BenoitCleanup and optimize OCPP request payload building
2023-01-14  Jérôme BenoitCleanup some helpers defaults values
2023-01-13  Jérôme BenoitAllow to specify timestamp in OCPP commands payload...
2023-01-12  Jérôme BenoitLinter fixes
2023-01-10  Jérôme BenoitInitial cleanup at loading JSON schemas
2023-01-09  Jérôme BenoitAdd StatusNotification command to OCPP 2.0.1 stack
2023-01-09  Jérôme BenoitAdd Hearbeat command to OCPP 2.0.1
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitFixes to OCA OCPP 2.0.1 JSON schemas
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-05  Jérôme BenoitImport cleanups
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack