We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0847 commit c517854Copy full SHA for c517854
apps/sched/README.md
@@ -49,7 +49,7 @@ Alarms are stored in an array in `sched.json`, and take the form:
49
// e.g. repeat every 2 months: { interval: "month", num: 2 }.
50
// Supported intervals: day, week, month, year
51
vibrate : "...", // OPTIONAL pattern of '.', '-' and ' ' to use for when buzzing out this alarm (defaults to '..' if not set)
52
- hidden : false, // OPTIONAL if false, the widget should not show an icon for this alarm
+ hidden : false, // OPTIONAL if true, the widget should not show an icon for this alarm
53
as : false, // auto snooze
54
timer : 5*60*1000, // OPTIONAL - if set, this is a timer and it's the time in ms
55
del : false, // OPTIONAL - if true, delete the timer after expiration
0 commit comments