setTime

abstract suspend fun setTime(time: Long, timeSynchronizationPeriodInSeconds: Int?, updateProgress: suspend (progress: Progress) -> Unit = {})

Set time on a sensor.

Parameters

time

to be set in epoch format

timeSynchronizationPeriodInSeconds

time synchronization period in seconds via Bluetooth or null if should not be changed

updateProgress

of the operation