@mega-yfue/eufy-sdk / CleanRecordPage
Interface: CleanRecordPage
A page of cleaning history, plus how many records exist in total.
Properties
records
ts
readonly records: readonly CleanRecord[];The page as the cloud ordered it. Nothing here re-sorts, so the order is the gateway's contract.
total
ts
readonly total: number;Total records the account holds for this device — page through with page until it is reached.
Falls back to this page's own record count when the response states no total, which can UNDERSTATE if a malformed record was skipped. That is the safe direction: a caller pages until it reaches the total, so a low figure ends the walk early rather than looping for records that never arrive.