Restructure UI server code to prepare it for issue #238
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 May 2022 08:25:23 +0000 (10:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 May 2022 08:25:23 +0000 (10:25 +0200)
commit675fa8e39afc1cc54c2dc68542300de95f5767e9
tree721e3c02f80965953cf1de516129986cf31eb465
parent178ac666dd23c1fe11b2b800afeafaa4e8dd7a1c
Restructure UI server code to prepare it for issue #238

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
src/charging-station/Bootstrap.ts
src/charging-station/ui-server/UIWebSocketServer.ts [moved from src/charging-station/UIWebSocketServer.ts with 81% similarity]
src/charging-station/ui-server/ui-services/AbstractUIService.ts [moved from src/charging-station/ui-websocket-services/AbstractUIService.ts with 69% similarity]
src/charging-station/ui-server/ui-services/UIService001.ts [moved from src/charging-station/ui-websocket-services/UIService001.ts with 73% similarity]
src/charging-station/ui-server/ui-services/UIServiceFactory.ts [moved from src/charging-station/ui-websocket-services/UIServiceFactory.ts with 75% similarity]
src/charging-station/ui-server/ui-services/UIServiceUtils.ts [moved from src/charging-station/ui-websocket-services/UIServiceUtils.ts with 86% similarity]
src/types/ConfigurationData.ts
src/types/UIProtocol.ts
src/utils/Configuration.ts