---
title: "readAttributeStep(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertemperaturecontrol/readattributestep(completion:)"
---

# readAttributeStep(completion:)

## Declaration

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

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