violationValue property
The value that violated the alert condition (e.g. "76.5", "3")
Implementation
@$pb.TagNumber(9)
$core.double get violationValue => $_getN(8);
Implementation
@$pb.TagNumber(9)
set violationValue($core.double v) {
$_setFloat(8, v);
}