소스 검색

get config for every connection

Robert 10 달 전
부모
커밋
8a22e6eeab
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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