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
Charging
Profile
@
Serializable
data
class
ChargingProfile
(
val
id
:
Int
?
,
val
name
:
String
?
,
val
maxChargingCurrent
:
String
?
,
val
minSoc
:
Int
?
,
val
targetSoc
:
Int
?
,
val
autoUnlockPlugWhenCharged
:
String
?
,
val
preferredChargingTimes
:
List
<
PreferredChargingTime
>
)
A named charging profile with target SoC, current limit, and time windows.
Members
Constructors
Charging
Profile
Link copied to clipboard
constructor
(
id
:
Int
?
,
name
:
String
?
,
maxChargingCurrent
:
String
?
,
minSoc
:
Int
?
,
targetSoc
:
Int
?
,
autoUnlockPlugWhenCharged
:
String
?
,
preferredChargingTimes
:
List
<
PreferredChargingTime
>
)
Properties
auto
Unlock
Plug
When
Charged
Link copied to clipboard
val
autoUnlockPlugWhenCharged
:
String
?
id
Link copied to clipboard
val
id
:
Int
?
max
Charging
Current
Link copied to clipboard
val
maxChargingCurrent
:
String
?
min
Soc
Link copied to clipboard
val
minSoc
:
Int
?
name
Link copied to clipboard
val
name
:
String
?
preferred
Charging
Times
Link copied to clipboard
val
preferredChargingTimes
:
List
<
PreferredChargingTime
>
target
Soc
Link copied to clipboard
val
targetSoc
:
Int
?