---
title: extraAttributesToRead
framework: matter
role: symbol
role_heading: Instance Property
path: matter/mtrcommissioningparameters/extraattributestoread
---

# extraAttributesToRead

List of attribute paths to read from the commissionee (in addition to whatever attributes are already read to handle readEndpointInformation being YES, or to handle other commissioning tasks).

## Declaration

```swift
var extraAttributesToRead: [MTRAttributeRequestPath]? { get set }
```

## Discussion

Discussion The FeatureMap attribute of all Network Commissioning clusters on the commissionee will always be read and does not need to be included in this list.
