Skip to content

Commit 535a082

Browse files
committed
fixup! Add ComponentConnection
1 parent 2299ebf commit 535a082

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/frequenz/client/microgrid/component/_connection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# License: MIT
2-
# Copyright © 2024 Frequenz Energy-as-a-Service GmbH
2+
# Copyright © 2025 Frequenz Energy-as-a-Service GmbH
33

44
"""Component connection."""
55

@@ -20,7 +20,7 @@ class ComponentConnection:
2020
microgrids.
2121
2222
Note: Physical Representation
23-
This message is not about data flow but rather about the physical
23+
This object is not about data flow but rather about the physical
2424
electrical connections between components. Therefore, the IDs for the
2525
source and destination components correspond to the actual setup within
2626
the microgrid.
@@ -33,7 +33,7 @@ class ComponentConnection:
3333
(https://en.wikipedia.org/wiki/Passive_sign_convention).
3434
3535
Note: Historical Data
36-
The timestamps of when a connection was created and terminated allows for
36+
The timestamps of when a connection was created and terminated allow for
3737
tracking the changes over time to a microgrid, providing insights into
3838
when and how the microgrid infrastructure has been modified.
3939
"""

src/frequenz/client/microgrid/component/_connection_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# License: MIT
2-
# Copyright © 2024 Frequenz Energy-as-a-Service GmbH
2+
# Copyright © 2025 Frequenz Energy-as-a-Service GmbH
33

44
"""Loading of ComponentConnection objects from protobuf messages."""
55

0 commit comments

Comments
 (0)