randomPresetOrder property
- @JsonKey(name: 'RandomPresetOrder', fromJson: OnvifUtil.nullableMappedToBool)
final
Execute presets in random order. If set to true and Direction is also present, Direction will be ignored and presets of the Tour will be recalled randomly.
Implementation
@JsonKey(name: 'RandomPresetOrder', fromJson: OnvifUtil.nullableMappedToBool)
final bool? randomPresetOrder;