Make the station worker self contained.
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Oct 2020 14:47:53 +0000 (16:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Oct 2020 14:47:53 +0000 (16:47 +0200)
commit2e6f5966ecbefada47d60b1b53d21fe49be439a5
tree763003a4f964b520da283d2a3d6d22664c203fa4
parent1d7ca20ccc95d325e520291fd2596df9d391536b
Make the station worker self contained.

And various other cleanups.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
31 files changed:
.vscode/settings.json [new file with mode: 0644]
src/assets/authorization-tags.json [new file with mode: 0644]
src/assets/config-template.json
src/assets/station-templates/abb.station-template.json [new file with mode: 0644]
src/assets/station-templates/evlink.station-template.json [new file with mode: 0644]
src/assets/station-templates/keba.station-template.json [new file with mode: 0644]
src/assets/station-templates/schneider-imredd.station-template.json [new file with mode: 0644]
src/assets/station-templates/schneider.station-template.json [new file with mode: 0644]
src/assets/station-templates/siemens.mougins69.station-template.json [new file with mode: 0644]
src/assets/station-templates/virtual-simple-atg.station-template.json [new file with mode: 0644]
src/assets/station-templates/virtual-simple.station-template.json [new file with mode: 0644]
src/assets/station-templates/virtual.station-template.json [new file with mode: 0644]
src/assets/station/abb.station [deleted file]
src/assets/station/evlink.station [deleted file]
src/assets/station/keba.station [deleted file]
src/assets/station/schneider-imredd.station [deleted file]
src/assets/station/schneider.station [deleted file]
src/assets/station/siemens.mougins69.station [deleted file]
src/assets/station/virtual-simple-atg.station [deleted file]
src/assets/station/virtual-simple.station [deleted file]
src/assets/station/virtual.station [deleted file]
src/assets/templateAuthorization.auth [deleted file]
src/charging-station/AutomaticTransactionGenerator.js
src/charging-station/ChargingStation.js
src/charging-station/StationWorker.js
src/index.js
src/utils/Configuration.js
src/utils/Constants.js
src/utils/Logger.js
src/utils/Statistics.js
src/utils/Utils.js