@@ -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: