TlvResetPinResponse: ObjectSchema<{
    pinCode: FieldType<string>;
}> = ...

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

Type declaration

  • pinCode: FieldType<string>

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

    MatterSpecification.v13.Cluster § 6.13.8.3.1

MatterSpecification.v13.Cluster § 6.13.8.3