---
title: "readAttributeACType(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostat/readattributeactype(completion:)"
---

# readAttributeACType(completion:)

## Declaration

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

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