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

# readAttributeMaxCoolSetpointLimit(completion:)

## Declaration

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

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