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

# readAttributeUnoccupiedCoolingSetpoint(completionHandler:)

## Declaration

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

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