Created basic alarm app

This commit is contained in:
Mark Russell
2021-09-10 18:40:13 -04:00
parent 6f9f0e8b0e
commit 1fb5757655
16 changed files with 480 additions and 3 deletions

View File

@@ -20,7 +20,9 @@ namespace Pinetime {
EnableSleeping,
DisableSleeping,
OnNewDay,
OnChargingEvent
OnChargingEvent,
SetOffAlarm,
StopRinging
};
}
}