forked from FOSS/BangleApps
added qalarm
parent
f6d5c25f5f
commit
5622c2de29
|
@ -1,3 +1,4 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Respect Quiet Mode
|
0.02: Respect Quiet Mode
|
||||||
0.03: available for BangleJS2
|
0.03: available for BangleJS2
|
||||||
|
added support for qalarms
|
|
@ -1,4 +1,4 @@
|
||||||
const alarms = require("Storage").readJSON("alarm.json",1)||[];
|
const alarms = require("Storage").readJSON("alarm.json",1)||require("Storage").readJSON("qalarm.json",1)||[];
|
||||||
const active = alarms.filter(a=>a.on);
|
const active = alarms.filter(a=>a.on);
|
||||||
|
|
||||||
// Sleep/Wake detection with Estimation of Stationary Sleep-segments (ESS):
|
// Sleep/Wake detection with Estimation of Stationary Sleep-segments (ESS):
|
||||||
|
|
Loading…
Reference in New Issue