Skip to content

Commit dcba322

Browse files
Update dispatch type documentation
Signed-off-by: Stefan Brus <[email protected]>
1 parent a7936f9 commit dcba322

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proto/frequenz/api/dispatch/dispatch.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ message Dispatch {
107107
// The microgrid identifier
108108
uint64 microgrid_id = 2;
109109

110-
// The type of dispatch
110+
// 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.
111114
string type = 3;
112115

113116
// The start time

0 commit comments

Comments
 (0)