setTime

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

Write time information in epoch format to sensor.

Parameters

time

to be set in epoch format

updateProgress

of the operation