BatteryComfortLevel
Represents a low battery threshold used to determine when certain actions should be triggered, such as showing a suggestion button based on the battery state. This threshold can be defined either by the remaining range in kilometers or by the state of charge percentage.
The purpose of this class is to provide flexibility in defining what constitutes a "low battery" state.
Use cases include:
Triggering an action when the remaining battery range falls below a specified threshold (in kilometers).
Triggering an action when the state of charge (SOC) percentage falls below a specified threshold (in %).
Inheritors
Types
Represents a low battery threshold based on the remaining range in kilometers.
Represents a low battery threshold based on the state of charge (SOC) percentage.