Allow alarms to be day-specific
This commit is contained in:
@@ -26,6 +26,7 @@ typedef enum {
|
||||
WEEK_DAY_FRIDAY,
|
||||
WEEK_DAY_SATURDAY,
|
||||
WEEK_DAY_SUNDAY,
|
||||
WEEK_DAY_COUNT,
|
||||
} WeekDay;
|
||||
|
||||
typedef void (*TimeCallback)(Time now);
|
||||
|
||||
Reference in New Issue
Block a user