refactor: cleanup worker related type definitions
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
2024-03-25  Jérôme Benoitrefactor: cleanup worker related type definitions
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-12  Jérôme Benoitfeat: allow to override supervisionUrls at adding charg...
2024-02-10  Jérôme Benoitrefactor: consolidate default values handling
2024-02-10  Jérôme Benoitfeat: allow to override event more template tunables...
2024-02-09  Jérôme Benoitrefactor: code formatting fixlets
2024-02-09  Jérôme Benoitfeat: allow to override more template tunables at addCh...
2024-02-09  Jérôme Benoitfeat(ui): display supervision url in charging stations...
2024-02-09  Jérôme Benoitfeat: add options to `addChargingStations` UI protocol...
2024-02-05  Jérôme BenoitMerge pull request #969 from SAP/untanble-add-start
2024-02-05  Jérôme Benoitfeat: untangle add charging station op from start charg...
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-12  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2023-12-29  Jérôme Benoitrefactor: more coding style fixes
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-13  Jérôme Benoitrefactor: move charging station events enum to its...
2023-11-10  Jérôme Benoitfeat: add events for charging station status change
2023-07-19  Jérôme Benoitfix: fix 'Cannot read properties of undefined' with...
2023-05-24  Jérôme Benoitrefactor(simulator): strong type worker data for evses
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-28  Jérôme Benoitfeat: save connectors/evses map in charging station...
2023-02-27  Jérôme Benoitrefactor(simulator): align casing on enums between...
2023-02-20  Jérôme Benoitfeat(simulator): expose OCPP configuration in UI protocol
2023-02-14  Jérôme Benoitfix(simulator): rename and fix object own property...
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-25  Jérôme BenoitStrict null type check fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-24  Jérôme BenoitConvert interface to type
2022-09-20  Jérôme BenoitReplace more interface with type for types definition
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-09-01  Jérôme BenoitAlign 'started' attribute usage to all classes
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-25  Jérôme BenoitFix UI protocol type definitions
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix workerSet startup
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-09-26  Jérôme BenoitUntangle charging station worker types from the generic...