|
@@ -59,6 +59,7 @@ public class StationConfigService
|
|
|
public async Task CheckAndUpdateEvseConfig(WsClientData session, CancellationToken token = default)
|
|
|
{
|
|
|
var chargeBoxId = session.ChargeBoxId;
|
|
|
+ await GetEvseCurrentConfig(chargeBoxId);
|
|
|
var stationId = await webDbService.GetEvseStation(chargeBoxId, token);
|
|
|
if (stationId is null)
|
|
|
{
|