Skip to content

Commit 4049dad

Browse files
Merge pull request #992 from ie3-institute/pp/#875-fix-electricvehicle-documentation
Pp/#875 fix electricvehicle documentation
2 parents be269cf + cc656d5 commit 4049dad

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Fixed hyperlink in line documentation [#965](https://github.com/ie3-institute/PowerSystemDataModel/issues/965)
1717
- Fixed some tests no failing when they should [#958](https://github.com/ie3-institute/PowerSystemDataModel/issues/958)
1818
- Fixed thermal-house-documentation [#873](https://github.com/ie3-institute/PowerSystemDataModel/issues/873)
19+
- Fixed ElectricVehicle Documentation [#875](https://github.com/ie3-institute/PowerSystemDataModel/issues/875)
1920

2021
### Changed
2122
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid` [#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)

docs/readthedocs/models/input/participant/ev.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
2020
2121
* - uuid
2222
- --
23-
-
23+
-
2424
2525
* - id
2626
- --
@@ -67,27 +67,31 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
6767
6868
* - uuid
6969
- --
70-
-
70+
-
7171
7272
* - id
7373
- --
7474
- Human readable identifier
7575
7676
* - operator
7777
- --
78-
-
78+
-
7979
8080
* - operationTime
8181
- --
8282
- Timely restriction of operation
8383
8484
* - node
8585
- --
86-
-
86+
-
87+
88+
* - qCharacteristics
89+
- --
90+
- :ref:`Reactive power characteristic<participant-general-q-characteristic>` to follow
8791
8892
* - type
8993
- --
90-
-
94+
-
9195
9296
```
9397

docs/readthedocs/models/result/participant/ev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Result of an electric vehicle, that is occasionally connected to the grid via an
3030
3131
* - p
3232
- MW
33-
-
33+
-
3434
3535
* - q
3636
- MVAr
37-
-
37+
-
3838
3939
* - soc
4040
- %
41-
-
41+
-
4242
4343
```
4444

0 commit comments

Comments
 (0)