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

# readAttributeSchedules(completion:)

## Declaration

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

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