ThermalsData

@JsonClass(generateAdapter = true)
data class ThermalsData(val logs: List<ThermLog>) : Thermals(source)

Constructors

Link copied to clipboard
constructor(logs: List<ThermLog>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lowest: Int
Link copied to clipboard
Link copied to clipboard
open override val wasThrottled: Boolean

Functions

Link copied to clipboard
fun chartUrl(urlCharLimit: Int): String

Returns a url to a chart representation of the thermals logged.