Skip to content

Commit

Permalink
Adding missing commissioning stage string. (project-chip#16471)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Mar 19, 2022
1 parent ae63451 commit 8234e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controller/CommissioningDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const char * StageToString(CommissioningStage stage)
return "SecurePairing";
break;

case kReadCommissioningInfo:
return "ReadCommissioningInfo";
break;

case kArmFailsafe:
return "ArmFailSafe";
break;
Expand Down

0 comments on commit 8234e43

Please sign in to comment.