---
title: "readAttributeSupportedDeviceCategories(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustercommissionercontrol/readattributesupporteddevicecategories(completion:)"
---

# readAttributeSupportedDeviceCategories(completion:)

## Declaration

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

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