Enum MotionDetectorVersion
The version of the motion detector that will be used by the camera. Only applies to Gen 2 cameras. Defaults to v2.
[JsonConverter(typeof(StringEnumConverter))]
public enum MotionDetectorVersion
- Extension Methods
Fields
[EnumMember(Value = "1")] V1 = 0
Enum NUMBER_1 for 1
[EnumMember(Value = "2")] V2 = 1
Enum NUMBER_2 for 2