1
0
Fork 0

[sleeplogalarm] Add sched dependency

master
storm64 2022-11-30 22:05:38 +01:00
parent 4283fa2d9d
commit 59c745a743
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"},