@mega-yfue/eufy-sdk / decodeVacuumScheduleCount
Function: decodeVacuumScheduleCount()
ts
function decodeVacuumScheduleCount(raw, codec): number | undefined;How many schedules a TimerResponse reports, or undefined when the payload could not be read.
Parameters
raw
unknown
codec
RawDpCodec | undefined
Returns
number | undefined