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 644810b + 67e2fac commit 14a415eCopy full SHA for 14a415e
proto/frequenz/api/dispatch/dispatch.proto
@@ -64,6 +64,10 @@ enum DispatchType {
64
65
// FCR prequalification, discharge test
66
DISPATCH_TYPE_FCR_PREQUALIFICATION_DISCHARGE = 6;
67
+
68
+ // FCR prequalification, cancellation of a charge and discharge test
69
+ // for a given battery
70
+ DISPATCH_TYPE_FCR_PREQUALIFICATION_CANCEL = 7;
71
}
72
73
// Possible dispatch statuses
0 commit comments