Input to the NetworkCommissioning removeNetwork command

MatterSpecification.v13.Core § 11.9.7.6

interface RemoveNetworkRequest {
    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.6.2

networkId: Uint8Array

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

MatterSpecification.v13.Core § 11.9.7.6.1