---
title: "readAttributeAcceptedCommandList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthermostatuserinterfaceconfiguration/readattributeacceptedcommandlist(completionhandler:)"
---

# readAttributeAcceptedCommandList(completionHandler:)

## Declaration

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

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