Explorar el Código

update from EBUS

Robert hace 1 año
padre
commit
dc48df98cb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: