DistanceLowHighThresholdConditionParameters

data class DistanceLowHighThresholdConditionParameters(val thresholdValue: Int, val hysteresisValue: Int?, val triggeringMode: TriggeringMode, val triggeringMeasurementsCount: Int) : LowHighThresholdConditionParameters<Int>

Constructors

constructor(thresholdValue: Int, hysteresisValue: Int?, triggeringMode: TriggeringMode, triggeringMeasurementsCount: Int)

Properties

Link copied to clipboard
open override val hysteresisValue: Int?
Link copied to clipboard
Link copied to clipboard
open override val thresholdValue: Int
Link copied to clipboard
open override val triggeringMeasurementsCount: Int
Link copied to clipboard
open override val triggeringMode: TriggeringMode