EvSettings

@JsonClass(generateAdapter = true)
data class EvSettings(@Json(name = charging_max_powerchargingMaxPower: Int?, @Json(name = battery_full_charge_thresholdbatteryFullChargeThreshold: Float?, @Json(name = battery_charging_thresholdbatteryChargingThreshold: Float?, @Json(name = battery_capacitybatteryCapacity: Double?, @Json(name = connector_typeconnectorType: Set<Int>?, @Json(name = power_typepowerType: 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