Cleanup files and files name.
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 6 Sep 2021 06:11:18 +0000 (08:11 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 6 Sep 2021 06:11:18 +0000 (08:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.cfignore
.xmake.cfg [deleted file]
charging-stations-simulator-start.bat [moved from ev-simulator-start.bat with 100% similarity]
charging-stations-simulator-start.sh [moved from ev-simulator-start.sh with 100% similarity]
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/OCPPError.ts
src/start.ts

index 878b6bc3d7ad11f895b4f9ecab016b606551923e..19d6778cd14102b41beeeb49f227ccd0259afc88 100644 (file)
--- a/.cfignore
+++ b/.cfignore
@@ -5,9 +5,11 @@
 .github
 .jshintrc
 .eslintrc
+.editorconfig
 .vscode
 .clinic
 .tscache
+.xmake.cfg
 # Logs
 *.log
 # Winston
diff --git a/.xmake.cfg b/.xmake.cfg
deleted file mode 100644 (file)
index 82d7199..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[buildplugin]
-bundle=true
-node-version=8.9.4
\ No newline at end of file
index a187a8a8c26c14ce41c982d8eded6e1fd052dcd3..f33116726b318a85712b91e6b213f5b4634a87d4 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import { ChargingStationWorkerData, WorkerMessage, WorkerMessageEvents } from '../types/Worker';
 
 import Configuration from '../utils/Configuration';
index e3dd077d6eeac26a03b3eaf75df7d1a84f193d3f..6a8df9313697177b898744b982ecc37c98fdaf87 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import { BootNotificationResponse, RegistrationStatus } from '../types/ocpp/Responses';
 import ChargingStationConfiguration, { ConfigurationKey } from '../types/ChargingStationConfiguration';
 import ChargingStationTemplate, { CurrentType, PowerUnits, Voltage } from '../types/ChargingStationTemplate';
index a4b31a363d488710ebd159ffa66691a2435c6fec..cd449b10f8cbfc93838bb9b617c053a6a9108b4b 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import { IncomingRequestCommand, RequestCommand } from '../../types/ocpp/Requests';
 
 import { ErrorType } from '../../types/ocpp/ErrorType';
index 596f0275e8335a9c36e0dc29cb31dff5539cc4fb..a3c14ffa44f26c530bef3766d21731f8c76c1622 100644 (file)
@@ -1,3 +1,5 @@
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
 import Bootstrap from './charging-station/Bootstrap';
 import chalk from 'chalk';