eufy-mega / model/capabilities / CapabilityEvent
Interface: CapabilityEvent
A decoded inbound event a capability wants surfaced on the SDK. event is the EufyMega event name (e.g. "ptzNotify"); payload is spread into the emitted object after stationSn.
Properties
event
ts
event: string;payload
ts
payload: Record<string, unknown>;