thresholdValue property

  1. @TagNumber(5)
double get thresholdValue

The threshold value of the alert condition without units (e.g. "75", "2.1")

Implementation

@$pb.TagNumber(5)
$core.double get thresholdValue => $_getN(4);
  1. @TagNumber(5)
set thresholdValue (double v)

Implementation

@$pb.TagNumber(5)
set thresholdValue($core.double v) { $_setFloat(4, v); }