---
title: "readAttributeAlarmsSupported(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbooleanstateconfiguration/readattributealarmssupported(completion:)"
---

# readAttributeAlarmsSupported(completion:)

## Declaration

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

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