wxr
2022-09-26 418b0d0a4002bc06ba3a55d1809fe46043f06c09
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)
                        {