Relay

data class Relay(val isLogicReversed: Boolean, val minimalStableTime: Int?) : CalibrationParameters

Represents calibration parameters for SensorModel.RELAY_AS_OK_ALARM, SensorModel.RELAY_AS_OK_ALARM_LEGACY and SensorModel.RELAY_AS_FLOODING sensors.

Constructors

Link copied to clipboard
constructor(isLogicReversed: Boolean, minimalStableTime: Int?)

Properties

Link copied to clipboard

Indicates if the logic is reversed for the relay.

Link copied to clipboard

The minimal stable time for the relay in ms or null if not available. Range 15 : 10000