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

# readAttributeMaxCoolSetpointLimit(completionHandler:)

## Declaration

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

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