EvSettings

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

Constructors

Link copied to clipboard
fun EvSettings(@Json(name = "charging_max_power") chargingMaxPower: Int? = null, @Json(name = "battery_full_charge_threshold") batteryFullChargeThreshold: Float? = null, @Json(name = "battery_charging_threshold") batteryChargingThreshold: Float? = null, @Json(name = "battery_capacity") batteryCapacity: Double? = null, @Json(name = "connector_type") connectorType: Set<Int>? = null, @Json(name = "power_type") powerType: Set<Int>? = null)

Types

Link copied to clipboard
class Builder

Properties

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