Electricity Usage Low High Threshold Condition Parameters
data class ElectricityUsageLowHighThresholdConditionParameters(val thresholdValue: Int, val hysteresisValue: Int?, val triggeringMode: TriggeringMode, val triggeringMeasurementsCount: Int) : LowHighThresholdConditionParameters<Int>
Constructors
Link copied to clipboard
constructor(thresholdValue: Int, hysteresisValue: Int?, triggeringMode: TriggeringMode, triggeringMeasurementsCount: Int)