setCalibrationDate

abstract suspend fun setCalibrationDate(date: Long, manufacturerKey: Int, updateProgress: suspend (progress: Progress) -> Unit = {})

Set calibration date on a sensor.

Parameters

date

in epoch format

manufacturerKey

required to set calibration date

updateProgress

of the operation