Skip to content

Commit

Permalink
Update src/controller/CommissioningDelegate.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sandstedt <[email protected]>
  • Loading branch information
cecille and msandstedt authored Mar 16, 2022
1 parent 1f28e6b commit 7938453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CommissioningDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class CommissioningParameters

// Nonce value sent to the node to use during the attestation request.
// When using the AutoCommissioner, this value will fall back to random if not supplied.
// This value must be set before calling PerformCommissioningStep for the kSendAttestationRequest step.
// If a non-random value is to be used, the value must be set before calling PerformCommissioningStep for the kSendAttestationRequest step.
const Optional<ByteSpan> GetAttestationNonce() const { return mAttestationNonce; }

// WiFi SSID and credentials to use when adding/updating and enabling WiFi on the node.
Expand Down

0 comments on commit 7938453

Please sign in to comment.