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

# readAttributeAlarmsEnabled(completion:)

## Declaration

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

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