diff --git a/slsDetectorSoftware/src/CmdProxy.h b/slsDetectorSoftware/src/CmdProxy.h index 6a325c7eb..f1619cc50 100644 --- a/slsDetectorSoftware/src/CmdProxy.h +++ b/slsDetectorSoftware/src/CmdProxy.h @@ -385,7 +385,7 @@ if (args.size() != 1) { \ WrongNumberOfParameters(1); \ } \ - det->SETFCN(args[0]); \ + det->SETFCN(args[0], {det_id}); \ os << args.front() << '\n'; \ } else { \ throw sls::RuntimeError("Unknown action"); \