ATG: add support for idTag distribution algorithms
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationUtils.ts
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-24  Jérôme BenoitFix strict boolean checks
2022-09-20  Jérôme BenoitReplace more interface with type for types definition
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-28  Jérôme BenoitUniformize log messages, take 2
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-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-07-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-05-24  Jérôme BenoitMove cache related helper to the right class
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-23  Jérôme BenoitRefine an error message
2022-05-23  Jérôme BenoitFix serial number propagation at charging station templ...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-18  Jérôme BenoitRemove commented out code
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint