forked from FOSS/BangleApps
[sleeplogalarm] Add sched dependency
parent
4283fa2d9d
commit
59c745a743
|
@ -2,7 +2,7 @@
|
|||
|
||||
This widget searches for active alarms and raises an own alarm event up to the defined time earlier, if in light sleep or awake phase. Optional the earlier alarm will only be triggered if comming from or in consecutive sleep. The settings of the earlier alarm can be adjusted and it is possible to filter the targeting alarms by time and message. By default the time of the targeting alarm is displayed inside the widget which can be adjusted, too.
|
||||
|
||||
_This widget does not detect sleep by its own and requires the [sleeplog](/apps/?id=sleeplog) app to be installed._
|
||||
_This widget does not detect sleep on its own and can not create alarms. It requires the [sleeplog](/apps/?id=sleeplog) app and any alarm app that uses [sched](/apps/?id=sched) to be installed._
|
||||
|
||||
---
|
||||
### Settings
|
||||
|
|
|
@ -8,7 +8,10 @@
|
|||
"type": "widget",
|
||||
"tags": "tool,widget",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"dependencies": {"sleeplog": "app"},
|
||||
"dependencies": [
|
||||
{"scheduler": "type"},
|
||||
{"sleeplog": "app"}
|
||||
],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name": "sleeplogalarm", "url": "lib.js"},
|
||||
|
|
Loading…
Reference in New Issue