pingNotification

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

Send a ping number to a sensor. The number will be send back via sensor notification channel.

Parameters

number

that will be send back in a form of sensor notification.

See also