ReadCharacteristics

data class ReadCharacteristics(initialSensor: Int, lockSwRevision: String?) : ConnectionUpdate

The app has read the characteristic data from the bluetooth device in order to determine next action

Constructors

Link copied to clipboard
fun ReadCharacteristics(initialSensor: Int, lockSwRevision: String?)

Properties

Link copied to clipboard
val initialSensor: Int
Link copied to clipboard
val lockSwRevision: String?