From 95c89ae2bcfe71f8efe77c9a3e25231555e0fdb2 Mon Sep 17 00:00:00 2001 From: pierrepetersmeier <155652256+pierrepetersmeier@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:46:53 +0100 Subject: [PATCH 1/3] !test --- docs/readthedocs/models/input/participant/thermalhouse.md | 8 ++++++-- .../readthedocs/models/result/participant/thermalhouse.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/readthedocs/models/input/participant/thermalhouse.md b/docs/readthedocs/models/input/participant/thermalhouse.md index c7a2bb6d6..2b8b3067a 100644 --- a/docs/readthedocs/models/input/participant/thermalhouse.md +++ b/docs/readthedocs/models/input/participant/thermalhouse.md @@ -19,15 +19,19 @@ This reflects a simple shoe box with transmission losses * - uuid - -- - - + - Unique identifier of a thermal house model * - id - -- - Human readable identifier + + * - bus + - -- + - Thermal bus, the model is connected to * - operator - -- - - + - operator of the asset * - operationTime - -- diff --git a/docs/readthedocs/models/result/participant/thermalhouse.md b/docs/readthedocs/models/result/participant/thermalhouse.md index db740a771..a48e7177e 100644 --- a/docs/readthedocs/models/result/participant/thermalhouse.md +++ b/docs/readthedocs/models/result/participant/thermalhouse.md @@ -35,7 +35,7 @@ This reflects a simple shoe box with transmission losses * - indoorTemperature - °C - - + - Indoor room temperature ``` From e63e602444ba0c1a3c4ea88fabf857ba84012002 Mon Sep 17 00:00:00 2001 From: pierrepetersmeier <155652256+pierrepetersmeier@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:24:14 +0100 Subject: [PATCH 2/3] -delete Remarks --- docs/readthedocs/models/input/participant/thermalhouse.md | 4 ++-- docs/readthedocs/models/result/participant/thermalhouse.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/readthedocs/models/input/participant/thermalhouse.md b/docs/readthedocs/models/input/participant/thermalhouse.md index 2b8b3067a..15e5fd54c 100644 --- a/docs/readthedocs/models/input/participant/thermalhouse.md +++ b/docs/readthedocs/models/input/participant/thermalhouse.md @@ -19,7 +19,7 @@ This reflects a simple shoe box with transmission losses * - uuid - -- - - Unique identifier of a thermal house model + - * - id - -- @@ -31,7 +31,7 @@ This reflects a simple shoe box with transmission losses * - operator - -- - - operator of the asset + - * - operationTime - -- diff --git a/docs/readthedocs/models/result/participant/thermalhouse.md b/docs/readthedocs/models/result/participant/thermalhouse.md index a48e7177e..af594039c 100644 --- a/docs/readthedocs/models/result/participant/thermalhouse.md +++ b/docs/readthedocs/models/result/participant/thermalhouse.md @@ -35,7 +35,7 @@ This reflects a simple shoe box with transmission losses * - indoorTemperature - °C - - Indoor room temperature + - ``` From 295e3ddc856a66a4300b655dd95dac1c2d926288 Mon Sep 17 00:00:00 2001 From: pierrepetersmeier <155652256+pierrepetersmeier@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:32:14 +0100 Subject: [PATCH 3/3] -Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b2b6086..54ff98843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,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)