Differential Pressure Differential Threshold Condition Parameters
data class DifferentialPressureDifferentialThresholdConditionParameters(val thresholdValue: Int, val triggeringMode: TriggeringMode, val triggeringMeasurementsCount: Int) : DifferentialThresholdConditionParameters<Int>