陈嘉乐
2020-04-29 38ab16c66df6fc523f2c385fd583a2f2e86a781c
ZigbeeApp/Shared/Phone/UserCenter/Residence/LookRoomSettionForm.cs
@@ -179,8 +179,12 @@
                    }
                }
                listView.AdjustRealHeight(Application.GetRealHeight(23));
                //开启设备在线监测
                this.StartCheckDeviceOnline(listView, listGwId, dicData);
                //如果不是虚拟住宅
                if (Common.Config.Instance.Home.IsVirtually == false)
                {
                    //开启设备在线监测
                    this.StartCheckDeviceOnline(listView, listGwId, dicData);
                }
            });
        }