We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
duration
1 parent ab65375 commit 085a346Copy full SHA for 085a346
proto/frequenz/api/dispatch/v1/dispatch.proto
@@ -133,6 +133,10 @@ message DispatchData {
133
google.protobuf.Timestamp start_time = 2;
134
135
// Duration in seconds
136
+ // The duration of the dispatch in seconds. If the duration is not set, the dispatch
137
+ // will be considered to have an infinite duration.
138
+ // A duration of 0 seconds is also valid, indicating a dispatch that
139
+ // immediately starts and ends, e.g. switching a component on and off.
140
optional uint32 duration = 3;
141
142
// Dispatch microgrid component selector
0 commit comments