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

# readAttributeLEDSettings(completion:)

## Declaration

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

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