Skip to content

Commit

Permalink
Show device ID after provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Apr 19, 2024
1 parent 1785317 commit 6fb5c75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ protected override async ValueTask ExecuteCommand()
if (result.isSuccess)
{
Logger?.LogInformation(Strings.ProvisioningSucceeded);
Logger?.LogInformation($"Device ID: {provisioningID}");
}
else
{
Expand Down

0 comments on commit 6fb5c75

Please sign in to comment.