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

# readAttributeThermostatRunningState(completionHandler:)

## Declaration

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

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