presetRamp property

  1. @JsonKey(name: 'PresetRamp', fromJson: OnvifUtil.nullableMappedToInt)
int? presetRamp
final

The optional acceleration ramp used by the device when recalling presets.

Implementation

@JsonKey(name: 'PresetRamp', fromJson: OnvifUtil.nullableMappedToInt)
final int? presetRamp;