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

# readAttributeUnoccupiedCoolingSetpoint(completion:)

## Declaration

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

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