frequenz-floss / frequenz-api-dispatch

gRPC+protobuf specification and Python bindings for the Frequenz Dispatch API
https://frequenz-floss.github.io/frequenz-api-dispatch/
MIT License
1 stars 6 forks source link

Update bymonthdays to support negative values #170

Closed Marenz closed 3 months ago

Marenz commented 3 months ago

Signed-off-by: Mathias L. Baumann mathias.baumann@frequenz.com

Marenz commented 3 months ago

The BYMONTHDAY rule part specifies a COMMA-separated list of days of the month. Valid values are 1 to 31 or -31 to -1. For example, -10 represents the tenth to the last day of the month. The BYMONTHDAY rule part MUST NOT be specified when the FREQ rule part is set to WEEKLY.

llucax commented 3 months ago

I see. I think it would be a good idea to document that in the message property itself.