README.md: document added UI protocol features
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / AbstractUIService.ts
2022-09-02  Jérôme BenoitREADME.md: document added UI protocol features
2022-09-02  Jérôme BenoitUI server: refine attributes scope
2022-09-02  Jérôme BenoitUI Protocol: Build response with the global excecution...
2022-08-29  Jérôme BenoitCleanup Array.from() usage
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-27  Jérôme BenoitUI Server: dedupe some code in helpers
2022-08-26  Jérôme BenoitUI server: comment and code cleanups
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
2022-08-26  Jérôme BenoitWeb UI: add and fix missing commands support
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 BenoitSimplify AbtractUIService logPrefix method
2022-08-23  Jérôme BenoitUI service attribute rename: workerBroadcastChannel...
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-23  Jérôme BenoitAlign more request and reponse handlers name
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 BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-01  Jérôme BenoitAdd one sanity check at UI server incoming requests...
2022-08-01  Jérôme BenoitAdd UUIDv4 id to UI protocol message structure
2022-07-26  Jérôme BenoitTrack version is UI service instance
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-13  Jérôme BenoitAdd UI server factory with server class abstraction
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...