Input to the NetworkCommissioning addOrUpdateThreadNetwork command

MatterSpecification.v13.Core § 11.9.7.4

interface AddOrUpdateThreadNetworkRequest {
    breadcrumb?: number | bigint;
    operationalDataset: 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.4.2

operationalDataset: Uint8Array

The OperationalDataset field shall contain the Thread Network Parameters, including channel, PAN ID, and Extended PAN ID.

The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass the OperationalDataset as an opaque octet string.

MatterSpecification.v13.Core § 11.9.7.4.1