HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-28 e22fdb94322e6cec38e5e4a9aec13d431a133fde
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);
                }
            });
        }