Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed hyperlink in line documentation [#965](https://github.com/ie3-institute/PowerSystemDataModel/issues/965)
- Fixed some tests no failing when they should [#958](https://github.com/ie3-institute/PowerSystemDataModel/issues/958)
- Fixed thermal-house-documentation [#873](https://github.com/ie3-institute/PowerSystemDataModel/issues/873)
- Fixed ElectricVehicle Documentation [#875](https://github.com/ie3-institute/PowerSystemDataModel/issues/875)

### Changed
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid` [#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)
Expand Down
14 changes: 9 additions & 5 deletions docs/readthedocs/models/input/participant/ev.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an

* - uuid
- --
-
-

* - id
- --
Expand Down Expand Up @@ -67,27 +67,31 @@ Model of an electric vehicle, that is occasionally connected to the grid via an

* - uuid
- --
-
-

* - id
- --
- Human readable identifier

* - operator
- --
-
-

* - operationTime
- --
- Timely restriction of operation

* - node
- --
-
-

* - qCharacteristics
- --
- :ref:`Reactive power characteristic<participant-general-q-characteristic>` to follow

* - type
- --
-
-

```

Expand Down
6 changes: 3 additions & 3 deletions docs/readthedocs/models/result/participant/ev.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Result of an electric vehicle, that is occasionally connected to the grid via an

* - p
- MW
-
-

* - q
- MVAr
-
-

* - soc
- %
-
-

```

Expand Down