Skip to content

Commit a1c65cc

Browse files
Update documentation on review
Signed-off-by: Tar Viturawong <[email protected]>
1 parent 5829065 commit a1c65cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proto/frequenz/api/common/v1/microgrid/communication_components/communication_components.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Frequenz microgrid communication components definitions.
22
//
33
// Copyright:
4-
// Copyright 2023 Frequenz Energy-as-a-Service GmbH
4+
// Copyright 2025 Frequenz Energy-as-a-Service GmbH
55
//
66
// License:
77
// MIT
@@ -11,12 +11,12 @@ syntax = "proto3";
1111
package frequenz.api.common.v1.microgrid.communication_components;
1212

1313

14-
// CommunicationComponent represents a communication component within a
14+
// `CommunicationComponent` represents a communication component within a
1515
// microgrid.
1616
//
1717
// Communication components are networked devices responsible for enabling
1818
// communication between electrical components, sensors, controllers, and other
19-
// networked equipment.
19+
// network devices.
2020
message CommunicationComponent {
2121
// Unique identifier of the communication component.
2222
uint64 id = 1;
@@ -34,7 +34,7 @@ message CommunicationComponent {
3434
repeated string ip_addresses = 5;
3535
}
3636

37-
// CommunicationComponentCategory enumerates possible types of communication
37+
// `CommunicationComponentCategory` enumerates possible types of communication
3838
// components within the microgrid.
3939
//
4040
// Categories help distinguish communication devices according to their roles,

0 commit comments

Comments
 (0)