---
title: "readAttributeOutOfService(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbinaryinputbasic/readattributeoutofservice(completion:)"
---

# readAttributeOutOfService(completion:)

## Declaration

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

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