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
/
ChargingProfile
/
ChargingProfile
Charging
Profile
constructor
(
id
:
Int
?
,
name
:
String
?
,
maxChargingCurrent
:
String
?
,
minSoc
:
Int
?
,
targetSoc
:
Int
?
,
autoUnlockPlugWhenCharged
:
String
?
,
preferredChargingTimes
:
List
<
PreferredChargingTime
>
)