Skip to content

Commit 9789e8b

Browse files
Add FCR prequalification cancellation event type to allow cancelling an FCR prequalification for a battery
Signed-off-by: Christian Parpart <[email protected]>
1 parent f0ddcbb commit 9789e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proto/frequenz/api/dispatch/dispatch.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ enum DispatchType {
6565

6666
// FCR prequalification, discharge test
6767
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;
6872
}
6973

7074
// Possible dispatch statuses

0 commit comments

Comments
 (0)