Allow alarms to be day-specific

This commit is contained in:
2023-05-19 17:16:10 +01:00
parent 00e96f12f0
commit 077f3d5552
4 changed files with 52 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ typedef enum {
WEEK_DAY_FRIDAY,
WEEK_DAY_SATURDAY,
WEEK_DAY_SUNDAY,
WEEK_DAY_COUNT,
} WeekDay;
typedef void (*TimeCallback)(Time now);