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

# readAttributePresets(completion:)

## Declaration

```swift
func readAttributePresets(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributePresets() async throws -> [Any]
```
