activationThreshold property
The threshold actually in force. After auto-calibration this differs from what was requested, which is why it is worth reading back.
Implementation
@$pb.TagNumber(3)
$core.double get activationThreshold => $_getN(2);
Implementation
@$pb.TagNumber(3)
set activationThreshold($core.double value) => $_setFloat(2, value);