---
title: "readAttributeAbsMaxHeatSetpointLimit(withAttributeCache:endpoint:queue:completionHandler:)"
framework: matter
role: symbol
role_heading: Type Method
path: "matter/mtrbaseclusterthermostat/readattributeabsmaxheatsetpointlimit(withattributecache:endpoint:queue:completionhandler:)"
---

# readAttributeAbsMaxHeatSetpointLimit(withAttributeCache:endpoint:queue:completionHandler:)

## Declaration

```swift
class func readAttributeAbsMaxHeatSetpointLimit(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t, completionHandler: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
class func readAttributeAbsMaxHeatSetpointLimit(withAttributeCache attributeCacheContainer: MTRAttributeCacheContainer, endpoint: NSNumber, queue: dispatch_queue_t) async throws -> NSNumber
```
