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

# readAttributeMinSetpointDeadBand(completion:)

## Declaration

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

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