sched: fix type re hidden set to false hiding widget
parent
52f084778f
commit
c51785467c
|
|
@ -49,7 +49,7 @@ Alarms are stored in an array in `sched.json`, and take the form:
|
||||||
// e.g. repeat every 2 months: { interval: "month", num: 2 }.
|
// e.g. repeat every 2 months: { interval: "month", num: 2 }.
|
||||||
// Supported intervals: day, week, month, year
|
// Supported intervals: day, week, month, year
|
||||||
vibrate : "...", // OPTIONAL pattern of '.', '-' and ' ' to use for when buzzing out this alarm (defaults to '..' if not set)
|
vibrate : "...", // OPTIONAL pattern of '.', '-' and ' ' to use for when buzzing out this alarm (defaults to '..' if not set)
|
||||||
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
|
||||||
as : false, // auto snooze
|
as : false, // auto snooze
|
||||||
timer : 5*60*1000, // OPTIONAL - if set, this is a timer and it's the time in ms
|
timer : 5*60*1000, // OPTIONAL - if set, this is a timer and it's the time in ms
|
||||||
del : false, // OPTIONAL - if true, delete the timer after expiration
|
del : false, // OPTIONAL - if true, delete the timer after expiration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue