This command shall be generated in response to a ResetPIN command.

MatterSpecification.v13.Cluster § 6.13.8.3

interface ResetPinResponse {
    pinCode: string;
}

Hierarchy (view full)

Properties

Properties

pinCode: string

This field shall indicate a new PIN of the Content Control feature.

MatterSpecification.v13.Cluster § 6.13.8.3.1