.github
.jshintrc
.eslintrc
+.editorconfig
.vscode
.clinic
.tscache
+.xmake.cfg
# Logs
*.log
# Winston
+++ /dev/null
-[buildplugin]
-bundle=true
-node-version=8.9.4
\ No newline at end of file
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
import { ChargingStationWorkerData, WorkerMessage, WorkerMessageEvents } from '../types/Worker';
import Configuration from '../utils/Configuration';
+// 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';
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
import { IncomingRequestCommand, RequestCommand } from '../../types/ocpp/Requests';
import { ErrorType } from '../../types/ocpp/ErrorType';
+// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+
import Bootstrap from './charging-station/Bootstrap';
import chalk from 'chalk';