Typing.
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 11 Nov 2020 15:19:05 +0000 (16:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 11 Nov 2020 15:19:05 +0000 (16:19 +0100)
commit9ac86a7ea04eb1155c2a720b36f6bf33ba336767
treef11c06919a2e31fc181369e618ba8eba3d58a0ad
parente118beaab2fe63c663d5a969085c682ca05b6554
Typing.

Add unlock connector OCPP command support.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/assets/configs-aws
src/assets/station-templates/abb-atg.station-template.json
src/assets/station-templates/abb.station-template.json
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/ChargingStation.ts
src/types/ChargingStationInfo.ts [new file with mode: 0644]
src/types/ChargingStationTemplate.ts [new file with mode: 0644]
src/types/RequestResponses.ts [new file with mode: 0644]
src/types/Transaction.ts [new file with mode: 0644]
src/utils/Constants.ts
src/utils/Utils.ts