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 @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Couchbase integration tests that randomly failed [#755](https://github.com/ie3-institute/PowerSystemDataModel/issues/755)
- 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)

### Changed
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid` [#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)
Expand Down
8 changes: 6 additions & 2 deletions docs/readthedocs/models/input/participant/thermalhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ This reflects a simple shoe box with transmission losses

* - uuid
- --
-
-

* - id
- --
- Human readable identifier

* - bus
- --
- Thermal bus, the model is connected to

* - operator
- --
-
-

* - operationTime
- --
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/models/result/participant/thermalhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This reflects a simple shoe box with transmission losses

* - indoorTemperature
- °C
-
-

```

Expand Down