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

@@ -15,7 +15,8 @@ namespace Pinetime {
BleFirmwareUpdateStarted,
UpdateTimeOut,
DimScreen,
RestoreBrightness
RestoreBrightness,
AlarmTriggered
};
}
}