Move the UI WS protocol version handling is protocol header
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 30 Nov 2021 20:50:41 +0000 (21:50 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 30 Nov 2021 20:50:41 +0000 (21:50 +0100)
commit4198ad5c76ad58e444c1dd2d3f81b5f8fd2846d4
treebfe48ec5322e594a8d881552f6f4961839385ad3
parent790d76148cb647b5aa61d1e858f127003e6de998
Move the UI WS protocol version handling is protocol header

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/Bootstrap.ts
src/charging-station/UIWebSocketServer.ts [new file with mode: 0644]
src/charging-station/UIWebSocketServices/AbstractUIService.ts [new file with mode: 0644]
src/charging-station/UIWebSocketServices/UIServiceFactory.ts [new file with mode: 0644]
src/charging-station/UIWebSocketServices/UIServiceUtils.ts [new file with mode: 0644]
src/charging-station/UIWebSocketServices/UIService_0_0_1.ts [new file with mode: 0644]
src/charging-station/WebSocketServer.ts [deleted file]
src/charging-station/WebSocketServices/ui/0.0.1/UIService.ts [deleted file]
src/charging-station/WebSocketServices/ui/AbstractUIService.ts [deleted file]
src/types/UIProtocol.ts