State save and restoration is planned for later. Until then, the
configuration file is the reference at start.
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
delete this.workerImplementation
this.removeAllListeners()
this.uiServer?.chargingStations.clear()
+ this.initializedCounters = false
await this.storage?.close()
delete this.storage
this.started = false
await this.stop()
Configuration.getConfigurationSection<UIServerConfiguration>(ConfigurationSection.uiServer)
.enabled !== true && this.uiServer?.stop()
- this.initializedCounters = false
await this.start()
}