wxr
2022-11-04 84115d8b6b58b4fcb7251811cb564eb5d2aa850d
HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -187,6 +187,25 @@
            ShowFunctionRow(functionList);
            LoadDialog_ChangeFloor();
            #region 加载组合调光场景
            if (titleId == StringId.Lights)
            {
                foreach (var lightScene in FunctionList.List.scenes)
                {
                    if (lightScene.sceneType == SceneType.LightScene)
                        if (lightScene != null)
                        {
                            functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) });
                            var sceneRow = new SceneControlZone(lightScene);
                            functionListView.AddChidren(sceneRow);
                            sceneRow.LoadView();
                        }
                }
            }
            #endregion
        }
        /// <summary>