SensorInBootloader

data class SensorInBootloader(val id: String, val rssi: Int, val name: String, val serialNumber: String, val applicationSoftwareVersion: SoftwareVersion, val updateStatus: SensorInBootloader.UpdateStatus?, val updateError: SensorInBootloader.UpdateError?) : DeviceInBootloader

Efento sensor in bootloader.

Constructors

Link copied to clipboard
constructor(id: String, rssi: Int, name: String, serialNumber: String, applicationSoftwareVersion: SoftwareVersion, updateStatus: SensorInBootloader.UpdateStatus?, updateError: SensorInBootloader.UpdateError?)

Types

Link copied to clipboard

Firmware update error

Link copied to clipboard

Firmware update status

Properties

Link copied to clipboard

software version of the application on the gateway

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

Link copied to clipboard

Serial number that uniquely identifies the device (usually found on a sticker on the device case)

Link copied to clipboard

firmware update error or null if there is no update error

Link copied to clipboard

firmware update status or null if there is no update status available