TlvUpdatePinRequest: ObjectSchema<{
    newPin: FieldType<string>;
    oldPin: FieldType<string>;
}> = ...

Input to the ContentControl updatePin command

Type declaration

  • newPin: FieldType<string>

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

    MatterSpecification.v13.Cluster § 6.13.8.1.2

  • oldPin: FieldType<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

MatterSpecification.v13.Cluster § 6.13.8.1