Skip to content

Commit 9eadaa7

Browse files
krypton36restyled-io[bot]restyled-commits
authored andcommitted
Update SupportsAnyCredential function to include Aliro (project-chip#31949)
* Update SupportsAnyCredential function to include Aliro * Restyled by clang-format (project-chip#31950) Co-authored-by: Restyled.io <commits@restyled.io> --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent f4aec54 commit 9eadaa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/clusters/door-lock-server/door-lock-server.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ class DoorLockServer : public chip::app::AttributeAccessInterface
202202
inline bool SupportsAnyCredential(chip::EndpointId endpointId)
203203
{
204204
return GetFeatures(endpointId)
205-
.HasAny(Feature::kPinCredential, Feature::kRfidCredential, Feature::kFingerCredentials, Feature::kFaceCredentials);
205+
.HasAny(Feature::kPinCredential, Feature::kRfidCredential, Feature::kFingerCredentials, Feature::kFaceCredentials,
206+
Feature::kAliroProvisioning);
206207
}
207208

208209
inline bool SupportsCredentialsOTA(chip::EndpointId endpointId)

0 commit comments

Comments
 (0)