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