Skip to content

Commit

Permalink
Merge pull request #189 from K-Society/experimental
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
maniglia authored Jan 10, 2025
2 parents 453800b + f017b30 commit 7de374c
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 7de374c

Please sign in to comment.