---
title: "readAttributeGeneratedCommandList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbinaryinputbasic/readattributegeneratedcommandlist(completionhandler:)"
---

# readAttributeGeneratedCommandList(completionHandler:)

## Declaration

```swift
func readAttributeGeneratedCommandList(completionHandler: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeGeneratedCommandList() async throws -> [Any]
```
