EvSettings

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)