UI server: add start/stop charging station command
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Aug 2022 11:07:43 +0000 (13:07 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 23 Aug 2022 11:07:43 +0000 (13:07 +0200)
commit89b7a234c161f2c68b6a9499ff698488e1a35c6b
treec1a6d501c739cd42a0be2b6ff357c15294e37cc3
parent32de5a575189d226213641f5ee36004f8454cb50
UI server: add start/stop charging station command

+ strong type broadcast channel protocol
+ UI protocol types definition refinement

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationWorkerBroadcastChannel.ts [new file with mode: 0644]
src/charging-station/MessageChannelUtils.ts
src/charging-station/ui-server/ui-services/AbstractUIService.ts
src/charging-station/ui-server/ui-services/UIService001.ts
src/types/ChargingStationWorker.ts
src/types/UIProtocol.ts
src/types/WorkerBroadcastChannel.ts