Skip to content
Open
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
2 changes: 2 additions & 0 deletions proto/frequenz/api/common/v1alpha8/microgrid/lifetime.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ message Lifetime {
// Optional timestamp when the asset's operational activity ceased.
// If not set, the asset is considered to be in operation indefinitely into
// the future.
// When both timestamps are set, `start_timestamp` should be less than or
// equal to `end_timestamp`.
google.protobuf.Timestamp end_timestamp = 2;
}
Loading