@mega-yfue/eufy-sdk / SirenAlarmDuration
Variable: SirenAlarmDuration
ts
const SirenAlarmDuration: object;The alarm-duration presets the app offers, in seconds (1/5/10/15 minutes). These are the only values captured, so setAlarmDuration accepts exactly these (rejecting others), the same way the arming capability makes its delay presets the parameter type.
Type Declaration
Min1
ts
readonly Min1: 60 = 60;Min10
ts
readonly Min10: 600 = 600;Min15
ts
readonly Min15: 900 = 900;Min5
ts
readonly Min5: 300 = 300;