---
title: "readAttributeDataModelRevision(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasic/readattributedatamodelrevision(completionhandler:)"
---

# readAttributeDataModelRevision(completionHandler:)

## Declaration

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

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