eufy-mega / model/capabilities / PushSemanticEvent
Interface: PushSemanticEvent
A push-delivered semantic event (motion, doorbell, person, package, lock).
Extends
Properties
deviceSn?
ts
optional deviceSn?: string;Serial of the device the event is about (present for push/poll signals).
Inherited from
eventType?
ts
optional eventType?: number;The raw FCM event-type code that produced this event.
stationSn?
ts
optional stationSn?: string;Serial of the station that delivered it (present for P2P / HomeBase-relayed signals).
Inherited from
thumbnailUrl?
ts
optional thumbnailUrl?: string;A thumbnail URL when the push carried one.