batteryComfortLevel
Defines the low battery threshold used to trigger specific actions, such as displaying a suggestion button.
This property allows selecting between two types of thresholds:
BatteryComfortLevel.Range
: Based on the remaining range in kilometers.BatteryComfortLevel.StateOfCharge
: Based on the state of charge (SOC) percentage.
By default, it is set to BatteryComfortLevel.Range
with a default value of 64.0 kilometers.