Skip to content

Commit 223cf4e

Browse files
Rename snapshot_time to origin_time in communication component state
This commit renames the field `snapshot_time` to `origin_time` in the `CommunicationComponentStateSnapshot` message. This makes the field name consistent across `ElectricalComponentStateSnapshot` and `SensorStateSnapshot` messages. Signed-off-by: Tiyash Basu <[email protected]>
1 parent 0c89fbb commit 223cf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ message CommunicationComponentDiagnostic {
174174
// happening to produce this data are collapsed under that timestamp.
175175
message CommunicationComponentStateSnapshot {
176176
// The UTC time when the state was originally captured.
177-
google.protobuf.Timestamp snapshot_time = 1;
177+
google.protobuf.Timestamp origin_time = 1;
178178

179179
// one or more high-level state codes active at snapshot_time.
180180
//

0 commit comments

Comments
 (0)