Point

@Since(version = 1)
@JsonClass(generateAdapter = true)
data class Point(val energy: Energy, val power: Power)

Data class representing a point in the charging curve. See LDEVR integration documentation for data semantics.

Constructors

Link copied to clipboard
constructor(energy: Energy, power: Power)

Properties

Link copied to clipboard
val energy: Energy

Energy in Wh (Watt-hour).

Link copied to clipboard
val power: Power

Power in W (Watt).