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)

Properties

Link copied to clipboard

Indicates if the logic is reversed for the relay.

Link copied to clipboard

The output state when the relay is turned off.

Link copied to clipboard

The output state when the relay is turned on.

Link copied to clipboard

Indicates if the output state should be updated.