Skip to content

Commit ffe14ed

Browse files
Add FCR prequalification cancellation event type (#17)
… to allow cancelling an FCR prequalification for a battery Closes #12.
2 parents f0ddcbb + 9789e8b commit ffe14ed

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)