EvSettings

@JsonClass(generateAdapter = true)
data class EvSettings(@Json(name = "charging_max_power"chargingMaxPower: Int?, @Json(name = "battery_full_charge_threshold"batteryFullChargeThreshold: Float?, @Json(name = "battery_charging_threshold"batteryChargingThreshold: Float?, @Json(name = "battery_capacity"batteryCapacity: Double?, @Json(name = "connector_type"connectorType: Set<Int>?, @Json(name = "power_type"powerType: Set<Int>?)

Types

Builder
Link copied to clipboard
class Builder

Properties

batteryCapacity
Link copied to clipboard
val batteryCapacity: Double? = null
batteryChargingThreshold
Link copied to clipboard
val batteryChargingThreshold: Float? = null
batteryFullChargeThreshold
Link copied to clipboard
val batteryFullChargeThreshold: Float? = null
chargingMaxPower
Link copied to clipboard
val chargingMaxPower: Int? = null
connectorType
Link copied to clipboard
val connectorType: Set<Int>? = null
powerType
Link copied to clipboard
val powerType: Set<Int>? = null