Input to the NetworkCommissioning connectNetwork command

MatterSpecification.v13.Core § 11.9.7.8

interface ConnectNetworkRequest {
    breadcrumb?: number | bigint;
    networkId: Uint8Array;
}

Hierarchy (view full)

Properties

breadcrumb?: number | bigint

See Section 11.9.7.1.2, “Breadcrumb Field” for usage.

MatterSpecification.v13.Core § 11.9.7.8.2

networkId: Uint8Array

This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and XPAN ID for Thread.

MatterSpecification.v13.Core § 11.9.7.8.1