getPulsesConversionRatio

abstract suspend fun getPulsesConversionRatio(updateProgress: suspend (progress: Progress) -> Unit = {}): Int

Get sensor conversion ratio for pulses channel. Command is supported only on sensors 5.0 and older. If run on newer sensors then UnsupportedCommandException will be thrown.

Parameters

updateProgress

Progress of the operation