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
/
BatteryStatus
Battery
Status
@
Serializable
data
class
BatteryStatus
(
val
capturedAt
:
Instant
,
val
currentSoc
:
Int
?
,
val
remainingRange
:
Int
?
,
val
carType
:
CarType
?
)
:
CarStatus
High-voltage (traction) battery state: charge level and remaining electric range.
Members
Constructors
Battery
Status
Link copied to clipboard
constructor
(
capturedAt
:
Instant
,
currentSoc
:
Int
?
,
remainingRange
:
Int
?
,
carType
:
CarType
?
)
Properties
captured
At
Link copied to clipboard
open
override
val
capturedAt
:
Instant
car
Type
Link copied to clipboard
val
carType
:
CarType
?
current
Soc
Link copied to clipboard
val
currentSoc
:
Int
?
remaining
Range
Link copied to clipboard
val
remainingRange
:
Int
?