mode property

  1. @JsonKey(name: 'Mode', fromJson: OnvifUtil.mappedToString)
String mode
final

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.mappedToString)
final String mode;