ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs
@@ -549,7 +549,16 @@ //界面关闭 return; } Common.LocalDevice.Current.GetDeviceListFromGateway(zbway, false, this.ReceiveDeviceStatuPush, ShowErrorMode.NO); int statu = 0; var list = Common.LocalDevice.Current.GetDeviceListFromGateway(zbway, ref statu, false, ShowErrorMode.NO); if (statu != -1) { for (int i = 0; i < list.Count; i++) { //设置设备在线状态 this.ReceiveDeviceStatuPush(list[i]); } } } }); }