UI protocol: add OCPP heartbeat command support
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationWorkerBroadcastChannel.ts
2022-09-05  Jérôme BenoitUI protocol: add OCPP heartbeat command support
2022-09-05  Jérôme BenoitSimplify stop transaction payload handling
2022-09-04  Jérôme BenoitUI Services: add status notification command
2022-09-04  Jérôme BenoitStrict boolean checks
2022-09-03  Jérôme BenoitImport cleanup
2022-09-03  Jérôme BenoitUI services: fix connectors status update at transactio...
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-09-01  Jérôme BenoitUI server: permit to address all charging stations
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-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-29  Jérôme BenoitAdd initial support to start/stop ATG with the UI services
2022-08-27  Jérôme BenoitWeb UI: rename some directories to a sensible name
2022-08-27  Jérôme BenoitUI server: fix HTTP transport start/stop
2022-08-27  Jérôme BenoitUI Server: dedupe some code in helpers
2022-08-25  Jérôme BenoitUI protocol: Allow to send some relevant commands to...
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-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 BenoitUnify request and response handler naming
2022-08-23  Jérôme BenoitForward UI request UUID to broadcast channel request
2022-08-23  Jérôme BenoitSimplify BroadcastChannel classes inheritance
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command