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

# readAttributeScheduleTypes(completion:)

## Declaration

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

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