randomPresetOrder property

  1. @JsonKey(name: 'RandomPresetOrder', fromJson: OnvifUtil.nullableMappedToBool)
bool? randomPresetOrder
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;