Browse Source

get config for every connection

Robert 10 months ago
parent
commit
8a22e6eeab
2 changed files with 2 additions and 1 deletions
  1. 1 0
      EVCB_OCPP.WSServer/Service/StationConfigService.cs
  2. 1 1
      version.txt

+ 1 - 0
EVCB_OCPP.WSServer/Service/StationConfigService.cs

@@ -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)
         {

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.29
+Docker_v1.1.30