build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-03-16  Jérôme Benoitfeat: set supervision url through the UI protocol
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-01-08  Jérôme BenoitAdd initial support for OCPP 1.6 firmware update simulation
2022-11-20  Jérôme BenoitType definitions cleanup
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-08  Jérôme BenoitUI protocol: add meter values command
2022-09-08  Jérôme BenoitUI Server: Add a unique request handler for procedure...
2022-09-08  Jérôme BenoitUI Protocol: add Authorize command support
2022-09-05  Jérôme BenoitUI protocol: add OCPP heartbeat command support
2022-09-04  Jérôme BenoitUI Services: add status notification command
2022-09-01  Jérôme BenoitAdapt BroadcastChannelRequestPayload type to addressing...
2022-08-31  Jérôme BenoitWeb UI: add start/stop ATG command
2022-08-30  Jérôme BenoitUI Server: Add support for starting the ATG on defined...
2022-08-29  Jérôme BenoitAdd initial support to start/stop ATG with the UI services
2022-08-27  Jérôme BenoitFix build
2022-08-27  Jérôme BenoitAdd the source charging station that emits a response...
2022-08-27  Jérôme BenoitUI server: fix HTTP transport start/stop
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-25  Jérôme BenoitUI protocol: Allow to send some relevant commands to...
2022-08-24  Jérôme BenoitREADME.md: document missing UI protocol commands
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-23  Jérôme BenoitForward UI request UUID to broadcast channel request
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server