thresholdMinimum property
- @XmlAttribute(name: 'E')
final
Minimum threshold to activate the data log.
Threshold limit value is included in the value range to log. (2^31 -1) stops measurement.
Implementation
@annotation.XmlAttribute(name: 'E')
final int? thresholdMinimum;