Skip to content

Commit

Permalink
formatting ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Dec 6, 2024
1 parent 08b31ee commit 7414bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Models/Electric.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ of bus stops were used for the implementation of charging stations.
| **efficiency** | float | 0 <= efficiency <= 1 | 0.95 | Charging efficiency *η<sub>chrg</sub>* |
| **chargeInTransit** | bool | true or false | false | Enable or disable charge in transit, i.e. vehicle is forced/not forced to stop for charging |
| **chargeDelay** | float | chargeDelay \> 0 | 0 | Time delay after the vehicles have reached / stopped on the charging station, before the energy transfer (charging) is starting |
| chargeType | string | | normal | Charging type (normal, electric, fuel) |
| chargeType | string | {normal, electric, fuel} | normal | Charging type |
| parkingArea | string | valid parkingArea id | | id of the parking the charging station should be positioned on (optional) - vehicles will only charge after reaching the parking

Charging stations are defined in additional using the following format:
Expand Down

0 comments on commit 7414bf1

Please sign in to comment.