Input to the ContentControl updatePin command

MatterSpecification.v13.Cluster § 6.13.8.1

interface UpdatePinRequest {
    newPin: string;
    oldPin: string;
}

Hierarchy (view full)

Properties

Properties

newPin: string

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

MatterSpecification.v13.Cluster § 6.13.8.1.2

oldPin: string

This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be invalid.

MatterSpecification.v13.Cluster § 6.13.8.1.1