wxr
2023-07-30 d76b0e40e5bb127fd33aa1f7842447a1df0628d5
HDL_ON/UI/UI2/4-PersonalCenter/SmartSpeaker/SmartSpeakerSelectDevicesPage.cs
@@ -273,6 +273,11 @@
                        //默认全选
                        bool isSelectAll = true;
                        //房间没有设备与场景时,全选按钮不能选中
                        if(roomFunctionOrSceneList.Count == 0)
                        {
                            isSelectAll = false;
                        }
                        //查找需要选中的目标
                        foreach (var info in roomFunctionOrSceneList)
                        {