---
title: "writeAttributeNodeLabel(withValue:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbridgeddevicebasic/writeattributenodelabel(withvalue:completionhandler:)"
---

# writeAttributeNodeLabel(withValue:completionHandler:)

## Declaration

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

```swift
func writeAttributeNodeLabel(withValue value: String) async throws
```
