refactor: organize constants
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPServiceUtils.ts
2023-05-21  Jérôme Benoitrefactor: organize constants
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-10  Jérôme Benoitrefactor: group conditions in connector status change...
2023-05-03  Jérôme Benoitfeat(ui): make evses works in the web ui
2023-04-28  Jérôme Benoitrefactor: uniformize log messages formatting
2023-04-25  Jérôme Benoitfeat: add initial support for evse definition in template
2023-04-18  Jérôme Benoitfeat: add status notification transition check to OCPP...
2023-03-27  Jérôme Benoitfix: avoid unscoped 'this' in static method
2023-03-21  Jérôme Benoitfix: fix conditions requiring an heartbeat restart...
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-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-26  Jérôme BenoitFactor out JSON schemas parsing with per OCPP stack...
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-22  Jérôme BenoitImprove OCPP message type logging
2023-01-15  Jérôme BenoitMove OCPP log message formatting helper into static...
2023-01-14  Jérôme BenoitFix OCPP request payloads building
2023-01-09  Jérôme BenoitAdd StatusNotification command to OCPP 2.0.1 stack
2023-01-08  Jérôme BenoitAdd incoming request response sent payloads validatio
2023-01-07  Jérôme BenoitMove date conversion to ISO string helper to utils...
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-11-15  Jérôme BenoitSmall integer parsing optimization
2022-11-05  Jérôme BenoitRefine connector id validation error message
2022-11-05  Jérôme BenoitAdd trigger message type feature flag in charging stati...
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-02  Jérôme BenoitOCPP: Cleanup helpers
2022-10-02  Jérôme BenoitOCPP: separate 1.6 code from global one
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-20  Jérôme BenoitAjvErrorsToErrorType -> ajvErrorsToErrorType
2022-08-20  Jérôme BenoitAdd and use helper to convert Ajv JSON schema validatio...
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-05-09  Jérôme BenoitProperly handle NaN in Math.min usage
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd missing src/charging-station/ocpp/OCPPServiceUtils...