---
title: "readAttributeAutoRelockTime(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/readattributeautorelocktime(completion:)"
---

# readAttributeAutoRelockTime(completion:)

## Declaration

```swift
func readAttributeAutoRelockTime(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeAutoRelockTime() async throws -> NSNumber
```
