ZigbeeApp/Shared/Common/Room.cs
@@ -216,8 +216,9 @@ get { List<DeviceUI> deviceList = new List<DeviceUI>(); foreach (var room in Lists) { for (int i = 0; i < Lists.Count; i++) { var room = Lists[i]; if (room.IsSharedRoom) { continue; @@ -226,8 +227,9 @@ { continue; } foreach (var device in room.DeviceUIList) for (int j = 0; j < room.DeviceUIList.Count; j++) { var device = room.DeviceUIList[j]; if (device == null || device.CommonDevice == null) { continue;