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.
1 parent a7936f9 commit dcba322Copy full SHA for dcba322
proto/frequenz/api/dispatch/dispatch.proto
@@ -107,7 +107,10 @@ message Dispatch {
107
// The microgrid identifier
108
uint64 microgrid_id = 2;
109
110
- // The type of dispatch
+ // The dispatch type.
111
+ // Contains user-defined information about what "type" of dispatch this is.
112
+ // Downstream applications that consume the dispatch API are responsible for
113
+ // understanding and processing this field.
114
string type = 3;
115
116
// The start time
0 commit comments