---
title: "readAttributeActuatorEnabled(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/readattributeactuatorenabled(completion:)"
---

# readAttributeActuatorEnabled(completion:)

## Declaration

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

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