---
title: devices
framework: matter
role: symbol
role_heading: Instance Property
path: matter/mtrdevicecontroller/devices
---

# devices

Returns the list of MTRDevice instances that this controller has loaded into memory. Returns an empty array if no devices are in memory.

## Declaration

```swift
var devices: [MTRDevice] { get }
```
