Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserDeviceListPage.cs
@@ -267,6 +267,15 @@
                    globalSceneFileList = new List<string> ();
                }
                List<string> RoomsSceneFileList = new List<string> ();
                //2020-07-24 增加房间场景
                foreach (var r in Room.Lists) {
                    if (string.IsNullOrEmpty (r.Name)) {
                        continue;
                    }
                    if (r != null) {
                        RoomsSceneFileList.AddRange (r.SceneFilePathList);
                    }
                }
                List<string> TargetList = new List<string> ();
                if (selectedDeviceType == "Scene") {