set Pulses Conversion Ratio
abstract suspend fun setPulsesConversionRatio(conversionRatio: Int, updateProgress: suspend (progress: Progress) -> Unit = {})
Set 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
conversion Ratio
Conversion ratio to be set
update Progress
Progress of the operation