@@ -1052,6 +1052,7 @@ namespace WingDeviceService.Service
await _deviceInfoDBServiceProxy.UpdateVideoDeviceInfosAsync(updateVideoDeviceInfosDBRequest);
CacheMaintenance.Instance.Get<IDeviceInfosManager>().Remove(deviceDTO.DeviceCode);
result.Success = true;
+ result.VideoDeviceOutputInfos = videoDeviceInfos;
return result;
}