# Automatic ending of reservations

## Feature description

Sometimes users forget to end there reservation unnecessarly blocking the car for other users. If all conditions are met for a reservation to be ended and the end time of the reservation has passed an attempt will be made to end the reservation automatically.

## Conditions

The following conditions have to be met

* vehicle is at home location
* ignition is off
* vehicle is locked
* doors of vehicle are closed
* if applicable key fob is present
* if applicable rfid tag is present
* end time of reservation has passed

Once these conditions are met there is a delay of 5 minutes after which the reservation is actually ended.
