wxr
2023-09-04 82b67388873fdd2213b00fa212b9e46c0d40e3cf
OnPro/HDL_ON/Entity/Function/Scene.cs
@@ -561,10 +561,7 @@
        private Function ConvertFunctionObject()
        {
            var localFunction = FunctionList.List.GetDeviceFunctionList().Find((obj) => obj.sid == sid);
            if(localFunction == null)
            {
                localFunction = FunctionList.List.groupControls.Find((obj) => obj.sid == sid);
            }
            return localFunction;
        }