Add initial classes structure for the OCPP 2.0 stack
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 19:42:07 +0000 (20:42 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 4 Jan 2023 19:42:07 +0000 (20:42 +0100)
commit953d6b028e82d6997897802afefbb4ce0d225dee
tree5167ddfb3e33ba503e1b172d1084524e47499da5
parente0b0ee2176a4dc5a8914a3fb094ec16b4966a740
Add initial classes structure for the OCPP 2.0 stack

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/2.0/OCPP20RequestService.ts [new file with mode: 0644]
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts [new file with mode: 0644]
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts [new file with mode: 0644]
src/types/Statistics.ts
src/types/ocpp/1.6/Requests.ts
src/types/ocpp/2.0/Requests.ts [new file with mode: 0644]
src/types/ocpp/2.0/Responses.ts [new file with mode: 0644]
src/types/ocpp/Requests.ts