Leakage

data class Leakage(val isLogicReversed: Boolean, val minimumThreshold: Int, val maximumThreshold: Int) : CalibrationParameters

Represents calibration parameters for a SensorModel.LEAK_SENSOR, SensorModel.LEAK_SENSOR_AS_FLOODING leakage sensors.

Constructors

Link copied to clipboard
constructor(isLogicReversed: Boolean, minimumThreshold: Int, maximumThreshold: Int)

Properties

Link copied to clipboard

Indicates if the logic is reversed for the leakage sensor.

Link copied to clipboard

The maximum threshold for leakage detection in %. Range 0 : 100 Cannot be less than minimumThreshold.

Link copied to clipboard

The minimum threshold for leakage detection in %. Range 0 : 100 Cannot be greater than maximumThreshold.