---
title: "suppressAlarm(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbooleanstateconfiguration/suppressalarm(with:completion:)"
---

# suppressAlarm(with:completion:)

## Declaration

```swift
func suppressAlarm(with params: MTRBooleanStateConfigurationClusterSuppressAlarmParams, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func suppressAlarm(with params: MTRBooleanStateConfigurationClusterSuppressAlarmParams) async throws
```
