fix: send preparing connector status before `StartTransaction`
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20RequestService.ts
2024-04-10  Jérôme Benoitfix: send preparing connector status before `StartTrans...
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-10  Jérôme Benoitrefactor: consolidate default values handling
2024-01-25  Jérôme Benoitrefactor: cleanup payload validation properties namespace
2024-01-25  Jérôme Benoitperf: cache only JSON payload validation functions
2024-01-20  Jérôme Benoitrefactor: cleanup unneeded type casting
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitchore: update copyright years
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-11-07  Jérôme Benoitrefactor(simulator): cleanup JSON type usage in OCPP...
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-22  Jérôme Benoitrefactor(simulator): cleanup constants definition in...
2023-04-15  Jérôme Benoitperf: properly bound methods in hot paths
2023-03-21  Jérôme Benoitfeat(simulator): wait for transactions end before simul...
2023-03-18  Jérôme Benoitfix: make ESM bundle work
2023-03-15  Jérôme Benoitrefactor(simulator): remove unneeded type casting
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