Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maniglia committed Jan 10, 2025
1 parent 8f907ec commit f017b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public interface ICubeProgrammerApiAsync : IAsyncDisposable
/// This routine allows to choose the verbosity level for display.
/// </summary>
/// <param name="level">Indicates the verbosity number 0, 1 or 3.</param>
ValueTask SetVerbosityLevelAsync(CubeProgrammerVerbosityLevel level, CancellationToken cancellationToken = default);
ValueTask SetVerbosityLevelAsync(VerbosityLevel level, CancellationToken cancellationToken = default);

/// <summary>
/// This routine allows to check connection status [maintained or lost].
Expand Down

0 comments on commit f017b30

Please sign in to comment.