Introduce JSON type and use it for OCPP and internal message structure
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Feb 2022 15:19:26 +0000 (16:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Feb 2022 15:19:26 +0000 (16:19 +0100)
commitc3ee95af4edd541595e3873c8aa4c93d38e59474
tree665fb075e12a13694793c222fa1fec1a3c215823
parent323e7c9ca1769c7caa98efe25983930e26d4a6a8
Introduce JSON type and use it for OCPP and internal message structure

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
15 files changed:
src/charging-station/Bootstrap.ts
src/types/ChargingStationWorker.ts
src/types/JsonType.ts [new file with mode: 0644]
src/types/Worker.ts
src/types/ocpp/1.6/ChargingProfile.ts
src/types/ocpp/1.6/MeterValues.ts
src/types/ocpp/1.6/Requests.ts
src/types/ocpp/1.6/Responses.ts
src/types/ocpp/1.6/Transaction.ts
src/types/ocpp/Configuration.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerFactory.ts
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts