HTSData

data class HTSData(val temperature: Float = 0.0f, val unit: TemperatureUnit = TemperatureUnit.CELSIUS, val timestamp: Calendar? = null, val type: Int? = null)

Constructors

Link copied to clipboard
constructor(temperature: Float = 0.0f, unit: TemperatureUnit = TemperatureUnit.CELSIUS, timestamp: Calendar? = null, type: Int? = null)

Properties

Link copied to clipboard
val temperature: Float = 0.0f
Link copied to clipboard
val timestamp: Calendar? = null
Link copied to clipboard
val type: Int? = null
Link copied to clipboard