eufy-mega / model/capabilities / QuickResponse
Interface: QuickResponse
One of a Video Doorbell's quick responses — a canned voice reply it can play at a visitor. Returned by dev.doorbell()?.quickResponses(); pass voiceId to playQuickResponse. Owned by the doorbell capability (the client transport stays doorbell-agnostic — it only knows generic P2P).
Properties
custom
ts
custom: boolean;false = predefined/eufy-shipped (/system/snd/); true = user-recorded custom (/user/…).
name
ts
name: string;Human-readable label, e.g. "Please leave it at the door".
path
ts
path: string;On-device audio path, e.g. /system/snd//QuickReply_1.snd or /user/quick_respone_diy//QuickReply_5.aac.
voiceId
ts
voiceId: number;The response's voice_id — pass to playQuickResponse to play it.