set Time
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
time Synchronization Period In Seconds
time synchronization period in seconds via Bluetooth or null if should not be changed
update Progress
of the operation