---
title: "writeAttributeEnableInsideStatusLED(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/writeattributeenableinsidestatusled(withvalue:completionhandler:)"
---

# writeAttributeEnableInsideStatusLED(withValue:completionHandler:)

## Declaration

```swift
func writeAttributeEnableInsideStatusLED(withValue value: NSNumber, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeEnableInsideStatusLED(withValue value: NSNumber) async throws
```
