ZigbeeApp/Shared/Phone/Device/Category/Category.cs
@@ -561,7 +561,7 @@ /// <param name="selectedBtn">选中那个界面 0--功能 1--场景 2--自动化 </param> public void Show(int selectedBtn = 1) { InitFloor(); ZbGateway.StatusList.Add(this); RemoveAll(); @@ -704,6 +704,9 @@ BorderWidth=1 }; row.AddChidren(roomBtn); if (Shared.Common.Room.CurrentRoom==null) { continue; } if(Shared.Common.Room.CurrentRoom.FileName==roomFilePath) { roomBtn.IsSelected = true;