What's New / Connectivity & Hardware

What's new in Matter

+2 New~1 DeprecatediOS · macOS · tvOS · watchOS · visionOS

Matter is Apple's framework for commissioning and controlling Matter smart home accessories. It exposes the MTR-prefixed classes for pairing, configuring, and communicating with these devices.

The 27 SDK adds 2 APIs and deprecates 1. Both new APIs are MTRTransportType cases, wiFiPAF and threadMeshcop, adding commissioning transports. The deprecation is the controller method on MTRDeviceControllerDelegate.

New

2
case

MTRTransportType.threadMeshcop

NewiOSmacOStvOSwatchOS
case threadMeshcop = 6
case

MTRTransportType.wiFiPAF

NewiOSmacOStvOSwatchOS
case wiFiPAF = 4

Deprecated

1
func

MTRDeviceControllerDelegate.controller

DeprecatediOSmacOStvOSvisionOSwatchOS
optional func controller(_ controller: MTRDeviceController, commissioningComplete error: (any Error)?, nodeID: NSNumber?, metrics: MTRMetrics)

No APIs match your filter.

← More in Connectivity & Hardware