mode property
Exposure Mode
- Auto - Enabled the exposure algorithm on the NVT.
- Manual - Disabled exposure algorithm on the NVT.
- enum { 'AUTO', 'MANUAL' }
Implementation
@JsonKey(
name: 'Mode',
fromJson: OnvifUtil.nullableStringMappedFromXml,
)
final String? mode;