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
Copy file name to clipboardExpand all lines: apps/sched/README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,22 @@
1
-
Sched: Scheduling library for alarms and timers
2
-
====================================
1
+
# Sched: Scheduling library for alarms and timers
2
+
3
3
4
4
This provides boot code, a library and tools for alarms and timers.
5
5
6
6
Other apps can use this to provide alarm functionality.
7
7
8
-
App
9
-
---
8
+
## App
9
+
10
+
11
+
The `Alarms & Timers` app allows you to add/modify any running alarms and timers.
12
+
10
13
11
-
The **Alarms & Timers** app allows you to add/modify any running alarms and timers.
14
+
### Snooze Menu
15
+
16
+
With sched version 0.35 or later, when an alarm or timer is triggered, and you have the latest cutting-edge firmware (or 2v28 when released), you can long press on the snooze button that pops up to go to a snooze menu, for finer control over snooze amounts. If you do not have the latest firmware, you will not notice any changes.
17
+
18
+
## Global Settings
12
19
13
-
Global Settings
14
-
---------------
15
20
16
21
-`Unlock at Buzz` - If `Yes` the alarm/timer will unlock the watch
17
22
-`Delete Expired Timers` - Default for whether expired timers are removed after firing.
@@ -21,8 +26,8 @@ Global Settings
21
26
-`Buzz Interval` - The interval between one buzz and the next
22
27
-`Default Alarm/Timer Pattern` - Default vibration pattern for newly created alarms/timers
23
28
24
-
Internals / Library
25
-
-------------------
29
+
## Internals / Library
30
+
26
31
27
32
Alarms are stored in an array in `sched.json`, and take the form:
0 commit comments