---
title: "readAttributeStateValue(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbooleanstate/readattributestatevalue(completionhandler:)"
---

# readAttributeStateValue(completionHandler:)

## Declaration

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

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