@mega-yfue/eufy-sdk / StateConvergenceFailure
Interface: StateConvergenceFailure
What the observation a write declared was still waiting for when its deadline passed, carried by StateConvergenceError.
Properties
expected?
ts
optional expected?: string | number | boolean;The RAW param value the write asked the device to report.
observed?
ts
optional observed?: string | number | boolean;What the param actually read when the deadline passed, absent where the device reported none at all.
param
ts
param: number;property
ts
property: string;The decoded property the observation names, which is what a caller reads.
sn
ts
sn: string;timeoutMs
ts
timeoutMs: number;