feat: add addChargingStations command to UI API
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
2024-02-01  Jérôme Benoitfeat: add addChargingStations command to UI API
2024-01-31  Jérôme Benoitfeat: add command to list templates on UI services
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-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-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-04  Jérôme BenoitUI protocol: Include failed responses
2022-09-04  Jérôme BenoitUI server: add basic authentication support
2022-09-02  Jérôme BenoitUI Protocol: Build response with the global excecution...
2022-08-31  Jérôme BenoitWeb UI: add start/stop ATG command
2022-08-29  Jérôme BenoitAdd initial support to start/stop ATG with the UI services
2022-08-27  Jérôme BenoitAdd the source charging station that emits a response...
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
2022-08-01  Jérôme BenoitAdd UUIDv4 id to UI protocol message structure
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...
2022-05-12  Jérôme BenoitMake the UI server request handler signature more generic
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-03-04  Jérôme BenoitApply prettier formating
2022-02-06  Jérôme BenoitStrong type protocols payloads
2021-12-27  Jérôme BenoitRename UiProtocol.ts to UIProtocol.ts
2021-12-07  Jérôme BenoitMerge branch 'master' into fix-template
2021-12-07  Jérôme BenoitRename UIProtocol.ts to UiProtocol.ts
2021-12-02  Jérôme BenoitUI WS server: use a map to store UI services per protoc...
2021-11-30  Jérôme BenoitMove the UI WS protocol version handling is protocol...
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-29  Jérôme BenoitVersion the WebSocket server UI protocol