Add WebSocket connection close and open support to the UI protocol
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Aug 2022 16:39:50 +0000 (18:39 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Aug 2022 16:39:50 +0000 (18:39 +0200)
commitdb2336d96424096d5570606680824af180e33c3a
tree47b84420de74ae7ca7b2c6e92f9f17e6ffdc59c4
parentcdbdcaebf6bf64acd95020ab1028a16a53f8308b
Add WebSocket connection close and open support to the UI protocol

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationWorkerBroadcastChannel.ts
src/charging-station/UIServiceWorkerBroadcastChannel.ts
src/charging-station/ui-server/AbstractUIServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/charging-station/ui-server/ui-services/AbstractUIService.ts
src/charging-station/ui-server/ui-services/UIService001.ts
src/types/UIProtocol.ts
src/types/WorkerBroadcastChannel.ts