wxr
2023-09-26 0abce7f2d672aa934dd0c2ff278638de590f10d8
HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs
@@ -193,6 +193,13 @@
                        }
                        else
                        {
                            if (sceneFunction.localFunction.spk == SPK.ElectricalTvHisense)
                            {
                                sceneFunction.status.Clear();
                                sceneFunction.status.Add(new SceneFunctionStatus() { key = "wol", value = "on" });
                            }
                            else
                            {
                            var isHasColorful = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.Colorful);
                            if (isHasColorful != null)
                            {
@@ -200,6 +207,7 @@
                            }
                        }
                    }
                    }
                    else
                    {
                        if (sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.OnOff) != null)