Charging reminder
Feature description
After returning the car the user goes through the end usage process in the app so the system can make the car available to other users and the user is billed. When the user is ending the usage in the app he/she can optionally be reminded to charge the car if the car is not yet charging. The reminder comes in the form of a pop-up that is shown. A minimum battery percentage can be configured. The charging reminder will only be shown if the current battery state is below this configured value.
Strict and non-strict charging reminder
The charging reminder comes in two modes strict and non-strict.
Strict charging reminder
The user can only end the usage if the car is charging. The user will be shown a check again button in the charging reminder pop-up so the platform checks again if the car is now charging.
Non-strict charging reminder
The user will be prompted with a charging reminder. The shown pop-up contains a continue button so the end usage process is continued.
Charging reminder threshold value
As described above the charging reminder is only shown to the user if the current battery state is below a certain percentage.
Configuration of a charging reminder
The configuration of the charging reminder can currently not be done in Control Center. Contact support@. In what follows are technical instructions on how to configure a charging reminder.
Parameters
The 2 parameters of a charging reminder strict
and threshold
are defined as a json object named chargingReminder
Example:
{
"chargingReminder" : {
"strict" : true,
"threshold: 70
},
}