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

# readAttributeThermostatRunningState(completion:)

## Declaration

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

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