You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -428,6 +428,7 @@ class AlarmViewController: FormViewController {
428
428
buildIOB()
429
429
buildCOB()
430
430
buildBatteryAlarm()
431
+
buildBatteryDropAlarm()
431
432
buildRecBolus()
432
433
buildTempTargetStart()
433
434
buildTempTargetEnd()
@@ -3283,6 +3284,84 @@ class AlarmViewController: FormViewController {
3283
3284
}
3284
3285
}
3285
3286
3287
+
func buildBatteryDropAlarm(){
3288
+
form
3289
+
+++Section(header:"Battery Drop Alarm", footer:"Activates a notification alert whenever the battery level drops quickly based on a user-defined percentage and time interval, allowing for proactive device charging and power management."){ row in
UserDefaultsRepository.alertBatteryDropRepeat.value = value
3362
+
}
3363
+
}
3364
+
3286
3365
func buildRecBolus(){
3287
3366
form
3288
3367
+++Section(header:"Rec. Bolus Alert", footer:"Activates a notification alert whenever recommended bolus is above a user-defined threshold, allowing for proactive manual bolusing."){ row in
0 commit comments