finishCalibration

abstract suspend fun finishCalibration(channel: Channel, finishCalibrationParameters: FinishCalibrationParameters, updateProgress: suspend (progress: Progress) -> Unit = {})

Finish sensor calibration process for given channel. The calibration result can be rejected or accepted in this command. This command works only if the given calibration procedure supports the early completion of the calibration

Parameters

channel

Channel to finish calibration process for

finishCalibrationParameters

FinishCalibrationParameters to be used for finishing calibration process

updateProgress

Progress of the operation