Console
Settings
Thresholds and prices the platform reads at runtime; a change applies within a minute.
Every value on Settings is read by the platform while it runs. The pipeline refreshes them once a minute, so a change needs no deployment and no restart.
Money
| Key | Meaning |
|---|---|
money.fuel.price.by.type | Price per litre per fuel type (gasoline 80/92/95, diesel), in EGP |
money.fuel.consumption.by.category | Litres per 100 km per vehicle category, used when the model is not in the catalog |
money.idle.burn.per.engine.litre | Idle litres per hour per litre of engine displacement (0.5 by default) |
money.idle.burn.by.category | Idle litres per hour per category, the fallback |
Trips
| Key | Meaning |
|---|---|
trips.stop.radius.m | A vehicle that stays within this radius is stationary (5 m default; raise it for phones) |
trips.stop.min.seconds | How long it must stay there before the trip ends (180 s) |
Movement
| Key | Meaning |
|---|---|
movement.speed.kmh | Speed above which a vehicle is "moving" (3 km/h). Below it with the engine on is idling |
Values that are JSON (the per-type and per-category maps) are edited as JSON. An invalid value is rejected by the API.