ptzRamps property
The list of acceleration ramps supported by the device. The smallest acceleration value corresponds to the minimal index, the highest acceleration corresponds to the maximum index.
Implementation
@JsonKey(name: 'PTZRamps', fromJson: OnvifUtil.nullableMappedToIntList)
final List<int>? ptzRamps;