IOControl
data class IOControl(val isLogicReversed: Boolean, val onOutputState: CalibrationParameters.IOControl.OutputState, val offOutputState: CalibrationParameters.IOControl.OutputState, val updateOutputState: Boolean) : CalibrationParameters
Represents calibration parameters for a SensorModel.IO_CONTROL_AS_OK_ALARM control.
Constructors
Link copied to clipboard
constructor(isLogicReversed: Boolean, onOutputState: CalibrationParameters.IOControl.OutputState, offOutputState: CalibrationParameters.IOControl.OutputState, updateOutputState: Boolean)