---
title: "readAttributeSupported(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterrefrigeratoralarm/readattributesupported(completion:)"
---

# readAttributeSupported(completion:)

## Declaration

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

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