get Tx Power Level
abstract suspend fun getTxPowerLevel(updateProgress: suspend (progress: Progress) -> Unit = {}): TxPowerLevel
Get Tx power level of bluetooth module installed on sensor. Command is supported by sensors 6.0 and newer. If run on older sensors then UnsupportedCommandException will be thrown.
Return
Tx power level TxPowerLevel
Parameters
update Progress
Progress of the operation