diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e2960ff..332853b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/readthedocs/models/input/participant/ev.md b/docs/readthedocs/models/input/participant/ev.md index ee2690d1c..f837ca60d 100644 --- a/docs/readthedocs/models/input/participant/ev.md +++ b/docs/readthedocs/models/input/participant/ev.md @@ -20,7 +20,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an * - uuid - -- - - + - * - id - -- @@ -67,7 +67,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an * - uuid - -- - - + - * - id - -- @@ -75,7 +75,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an * - operator - -- - - + - * - operationTime - -- @@ -83,11 +83,15 @@ Model of an electric vehicle, that is occasionally connected to the grid via an * - node - -- - - + - + + * - qCharacteristics + - -- + - :ref:`Reactive power characteristic` to follow * - type - -- - - + - ``` diff --git a/docs/readthedocs/models/result/participant/ev.md b/docs/readthedocs/models/result/participant/ev.md index 766096883..05ba1e447 100644 --- a/docs/readthedocs/models/result/participant/ev.md +++ b/docs/readthedocs/models/result/participant/ev.md @@ -30,15 +30,15 @@ Result of an electric vehicle, that is occasionally connected to the grid via an * - p - MW - - + - * - q - MVAr - - + - * - soc - % - - + - ```