Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16ServiceUtils.ts
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-06  Jérôme BenoitFixes to OCPP 1.6 payload type definitions
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
2023-01-04  Jérôme BenoitUse import type in more places
2022-12-31  Jérôme BenoitHandle null or undefined meterStart and meterStop properly
2022-10-19  Jérôme BenoitStrict boolean checks
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-09-15  Jérôme BenoitConvert types to native type
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd tunable in template to disable limitation on custom...
2022-05-08  Jérôme BenoitMake fluctuated metervalues around a static one respect...
2022-05-07  Jérôme BenoitFactor out power limitation calculation in metervalues
2022-04-13  Jérôme BenoitFactor out feature profile check at OCPP command handling
2022-03-23  Jérôme BenoitAdd charging profiles limit support to generated MeterV...
2022-03-18  Jérôme BenoitSmall variable namespace cleanups
2022-03-18  Jérôme BenoitAdd amperage limitation support via vendor specific...
2022-03-14  Jérôme BenoitAdd stationInfo to persistent configuration
2022-03-08  Jérôme BenoitImports cleanup
2022-03-06  Jérôme BenoitInitial code cleanups for the future OCPP requests...
2022-03-04  Jérôme BenoitApply prettier formating
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2022-01-02  Jérôme BenoitReorganize more sensibly types definition
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-09-14  Jérôme BenoitFix misplaced parenthesis
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-06-29  Jérôme BenoitApply dependencies update.
2021-06-28  Jérôme BenoitProperly handle charging profiles set a remote start...
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitAdd support for unit in meter values.
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support