eufy-mega / model/capabilities / PollSemanticEvent
Interface: PollSemanticEvent
A poll-delivered semantic event — a cloud param that changed between polls.
Extends
Properties
deviceSn?
ts
optional deviceSn?: string;Serial of the device the event is about (present for push/poll signals).
Inherited from
from?
ts
optional from?: string;Previous raw value.
paramType?
ts
optional paramType?: number;The param id that changed.
stationSn?
ts
optional stationSn?: string;Serial of the station that delivered it (present for P2P / HomeBase-relayed signals).
Inherited from
to?
ts
optional to?: string;New raw value.