Ver Fonte

update from EBUS

Robert há 1 ano atrás
pai
commit
dc48df98cb
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      EVCB_OCPP.WSServer/Message/SecurityProfileHandler.cs

+ 1 - 0
EVCB_OCPP.WSServer/Message/SecurityProfileHandler.cs

@@ -17,6 +17,7 @@ namespace EVCB_OCPP.WSServer.Message
             {
                 switch (action)
                 {
+                                    var item = await db.MachineOperateRecords.Where(x => x.ChargeBoxId == session.ChargeBoxId && x.Action == "GetLog" && x.RequestType == 1)
 
 
                     default: