Sensor In Bootloader
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
Properties
Link copied to clipboard
software version of the application on the gateway
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