What is duration field in hub.sync.status reply?

What is the meaning of the undocumented “duration” field for the “hub.sync.status” request?

from USB CLI;

> {"req":"hub.sync.status"}
{
 "mode": "{modem-off}",
 "bytes_sent": 4788,
 "bytes_received": 7375,
 "time": 1743516077,
 "sync": true,
 "completed": 2473,
 "duration": 57
}

Hi @SSPW,

The duration in this context is the number of seconds elapsed while the modem was on to perform the sync session. FYI certain fields are not documented as we can’t guarantee they will persist in future firmware versions.

Thanks,
Rob