eufy-mega / model/capabilities / NightVision
Variable: NightVision
ts
const NightVision: object;Night-vision mode: 0=Off, 1=Infrared (the app shows "B&W Auto"), 2=FullColor ("Color"). Use NightVision.FullColor etc. with setNightVision / setProperty(sn,"nightVision",…). Some models omit FullColor.
Type Declaration
FullColor
ts
readonly FullColor: 2 = 2;Full colour night vision (models with a spotlight / starlight sensor).
Infrared
ts
readonly Infrared: 1 = 1;Infrared / "B&W Auto" — black-and-white night vision.
Off
ts
readonly Off: 0 = 0;Off — never use infrared.