Package-level declarations

Types

Link copied to clipboard
open class BaseLastDataField(val updateTimeUtc: Instant?)

Base class for last data fields

Link copied to clipboard
data class LastData(val socData: LastDataSoc)

Represents vehicle's last data

Link copied to clipboard
class LastDataSoc(val socValue: Double, val updateTimeUtc: Instant?) : BaseLastDataField

Represents the last known SoC of the vehicle