eufy-mega / model/capabilities / DoorbellRingtone
Variable: DoorbellRingtone
ts
const DoorbellRingtone: object;Doorbell chime ("ding-dong") ringtone selection, as a 0-indexed list. Three indices were confirmed on-device (0→Default, 7→Ding, 8→Hillside) and land exactly on a plain top-to-bottom order, so the remaining indices follow that same linear order rather than being individually tested. Full name list (10 entries) read off the app's own picker UI. Circuit (index 5) is a BEST-EFFORT spelling — its index was not individually wire-tested, only its position in the read-off list.
Type Declaration
Beacon
ts
readonly Beacon: 2 = 2;Chord
ts
readonly Chord: 3 = 3;Christmas
ts
readonly Christmas: 4 = 4;Circuit
ts
readonly Circuit: 5 = 5;Clock
ts
readonly Clock: 6 = 6;Default
ts
readonly Default: 0 = 0;Ding
ts
readonly Ding: 7 = 7;Hillside
ts
readonly Hillside: 8 = 8;Presto
ts
readonly Presto: 9 = 9;Silent
ts
readonly Silent: 1 = 1;