---
title: "readAttributeKeypadLockout(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostatuserinterfaceconfiguration/readattributekeypadlockout(completion:)"
---

# readAttributeKeypadLockout(completion:)

## Declaration

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

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