ChargingCurveSupportPoint
@objc
public class ChargingCurveSupportPoint : NSObject
BETA Represents information about a supporting point of a charging curve.
Experiment
THIS API IS IN BETA VERSION-
A battery charge level in kWh. A float in the range (0, maxChargeInkWh].
Declaration
Swift
@objc public let chargeInKwh: Double
-
A time span in seconds.
Declaration
Swift
@objc public let timeToCharge: Int