wxr
2022-01-25 7d0abf0b270ad89fa9ab33525b86da53767cf7bc
HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs
@@ -148,7 +148,15 @@
                
                if (temp != null)
                {
                    temp = sceneFunction;
                    temp.delay = sceneFunction.delay;
                    foreach(var attr in sceneFunction.status)
                    {
                        var keva = temp.status.Find((obj) => obj.key == attr.key);
                        if (keva != null)
                        {
                            keva.value = attr.value;
                        }
                    }
                }
                else
                {