@mega-yfue/eufy-sdk / CleanRecord
Interface: CleanRecord
One completed cleaning run, as the cloud lists it.
Properties
createTime
readonly createTime: number;When the run was recorded, in unix SECONDS (not milliseconds).
downloadUrl
readonly downloadUrl: string;URL of the run's binary detail blob — map and per-run statistics.
Handed over rather than fetched: its host is unconfirmed, and the blob is a framed container rather than a bare protobuf, so decoding it needs evidence this SDK does not have yet.
extend
readonly extend: string;The vendor's opaque extend string, passed through verbatim.
Its contents are not specified anywhere this SDK can point at, so it is deliberately NOT parsed — a guessed shape here would be a wire claim with no evidence behind it.
filePath
readonly filePath: string;The vendor's storage path for the same blob. Empty when the response omits it.
id
readonly id: number;The vendor's record id — what a delete call would name.
updateTime
readonly updateTime: number;When the record was last modified, in unix seconds.