Requests PDU validation (#139)
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 18 Aug 2022 19:28:03 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 19:28:03 +0000 (21:28 +0200)
commitb52c969dc8bfbd4bc2a2b6f1fc74e3868c4a091d
tree4cdfa969a95e7a8a0aa23d42ad48cdf4ed6e4181
parent844e496b3482e49145467af3f74df54811e91cb6
Requests PDU validation (#139)
14 files changed:
src/assets/json-schemas/ocpp/1.6/Authorize.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/BootNotification.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotification.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotificationResponse.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/Heartbeat.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/MeterValues.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/StartTransaction.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/StatusNotification.json [new file with mode: 0644]
src/assets/json-schemas/ocpp/1.6/StopTransaction.json [new file with mode: 0644]
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ocpp/OCPPResponseService.ts