Input to the GeneralCommissioning setRegulatoryConfig command

MatterSpecification.v13.Core § 11.10.6.4

interface SetRegulatoryConfigRequest {
    breadcrumb: number | bigint;
    countryCode: string;
    newRegulatoryConfig: GeneralCommissioning.RegulatoryLocationType;
}

Hierarchy (view full)

Properties

breadcrumb: number | bigint = ...
countryCode: string = ...
newRegulatoryConfig: GeneralCommissioning.RegulatoryLocationType = ...