src/A032.Process/ProcessControl_Method.cs
@@ -308,7 +308,7 @@ return new ProcessResponse(true); } [ProcessMethod("", "Robot_Monitor_EmptyTrayEmpty", "机器人监听事件-满Tray区域放满", true)] [ProcessMethod("", "Robot_Monitor_FullTrayFull", "机器人监听事件-满Tray区域放满", true)] public ProcessResponse Robot_Monitor_FullTrayFull(IOperationConfig config, IDevice device) { bool isFullTrayFull = config.InputPara[0] == 1;