How to set "DelaySeconds" on Download

The default value of “DelaySeconds” is 0 during firmware upgrade. How to change the value of “DelaySeconds”?


<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:cwmp="urn:dslforum-org:cwmp-1-0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header>
        <cwmp:ID
            SOAP-ENV:mustUnderstand="1">
            ID:intrnl.unset.id.Download1632820092634.29109297
            </cwmp:ID>
        <cwmp:NoMoreRequests>
            0
            </cwmp:NoMoreRequests>
        </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <cwmp:Download>
            <CommandKey>
                dlSoftware
                </CommandKey>
            <FileType>
                1 Firmware Upgrade Image
                </FileType>
            <URL>
                http://192.168.10.91:3000/firmware/135/TT-YY.UU.0.111.rom
                </URL>
            <Username/>
            <Password/>
            <FileSize>
                33508512
                </FileSize>
            <TargetFileName/>
            <DelaySeconds>
                0
                </DelaySeconds>
            <SuccessURL/>
            <FailureURL/>
            </cwmp:Download>
        </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

There’s currently no way to change that. Curious why you want to set it when you can simply have the preset (or task) run at a different time?

Thank you for your reply!
I just wanted to test the feature!