@mega-yfue/eufy-sdk / RtspRecordingMode
Variable: RtspRecordingMode
ts
const RtspRecordingMode: object;What the NAS records. Events stores clips around a detection; Continuous records without stopping.
Type Declaration
Continuous
ts
readonly Continuous: 1 = 1;Record continuously.
Events
ts
readonly Events: 0 = 0;Record only around detections.