WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.model
/
ChargingStatus
Charging
Status
@
Serializable
data
class
ChargingStatus
(
val
capturedAt
:
Instant
,
val
chargingState
:
ChargingState
?
,
val
chargeMode
:
String
?
,
val
chargePower
:
Double
?
,
val
remainingTimeToCompleteMin
:
Int
?
,
val
targetSoc
:
Int
?
)
:
CarStatus
Current charging session state: mode, power, target SoC, and estimated time remaining.
Members
Constructors
Charging
Status
Link copied to clipboard
constructor
(
capturedAt
:
Instant
,
chargingState
:
ChargingState
?
,
chargeMode
:
String
?
,
chargePower
:
Double
?
,
remainingTimeToCompleteMin
:
Int
?
,
targetSoc
:
Int
?
)
Properties
captured
At
Link copied to clipboard
open
override
val
capturedAt
:
Instant
charge
Mode
Link copied to clipboard
val
chargeMode
:
String
?
charge
Power
Link copied to clipboard
val
chargePower
:
Double
?
charging
State
Link copied to clipboard
val
chargingState
:
ChargingState
?
remaining
Time
To
Complete
Min
Link copied to clipboard
val
remainingTimeToCompleteMin
:
Int
?
target
Soc
Link copied to clipboard
val
targetSoc
:
Int
?