---
title: "readAttributeStartUp(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteronoff/readattributestartup(completion:)"
---

# readAttributeStartUp(completion:)

## Declaration

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

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