SensorLegacyInBootloader

data class SensorLegacyInBootloader(val id: String, val rssi: Int, val name: String) : DeviceInBootloader

Efento legacy sensor in bootloader.

Constructors

Link copied to clipboard
constructor(id: String, rssi: Int, name: String)

Properties

Link copied to clipboard
open override val id: String

Id of the device that is used when establishing a connection

Link copied to clipboard
open override val name: String

Name of the device

Link copied to clipboard
open override val rssi: Int

Bluetooth rssi of the device