Skip to content

Commit 7f03f04

Browse files
authored
Update bymonthdays in update request (#175)
Should have been updated together with the create request but was forgotten.
2 parents 874dc6d + 82146c5 commit 7f03f04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,11 @@ message UpdateMicrogridDispatchRequest {
380380
// On which day(s) of the week does the event occur
381381
repeated RecurrenceRule.Weekday byweekdays = 6;
382382

383-
// On which day(s) of the month does the event occur
384-
repeated uint32 bymonthdays = 7;
383+
// On which day(s) of the month does the event occur. Valid values are 1 to 31 or -31 to -1.
384+
//
385+
// For example, -10 represents the tenth to the last day of the month.
386+
// The bymonthdays rule part MUST NOT be specified when the FREQ rule part is set to WEEKLY.
387+
repeated int32 bymonthdays = 7;
385388

386389
// On which month(s) of the year does the event occur
387390
repeated uint32 bymonths = 8;

0 commit comments

Comments
 (0)