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.
2 parents 562fcd7 + f3d1da4 commit 30e544cCopy full SHA for 30e544c
proto/frequenz/api/dispatch/v1/dispatch.proto
@@ -143,7 +143,11 @@ message TimeIntervalFilter {
143
}
144
145
// Parameter for controlling which components a dispatch applies to
146
-// Either a set of component IDs, or all components belonging to a category
+// either a set of component IDs, or all components belonging to a category.
147
+//
148
+// When specifying a set of IDs, all IDs should have the same component
149
+// category, mixing components from different categories in one dispatch
150
+// message is not supported.
151
message ComponentSelector {
152
oneof selector {
153
// Set of component IDs
0 commit comments