removed in progress work on sleepphase
parent
1a42e8dcb4
commit
202dcdd781
|
|
@ -1,4 +1,3 @@
|
|||
0.01: New App!
|
||||
0.02: Respect Quiet Mode
|
||||
0.03: Add compatibility for Bangle.js 2 and new firmware, added "Alarm at " for the alarm time
|
||||
0.04: added support for qalarms
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
const alarms = require("Storage").readJSON("alarm.json",1)||require("Storage").readJSON("qalarm.json",1)||[];
|
||||
const BANGLEJS2 = process.env.HWVERSION == 2; //# check for bangle 2
|
||||
const alarms = require("Storage").readJSON("alarm.json",1)||[];
|
||||
const active = alarms.filter(a=>a.on);
|
||||
|
||||
// Sleep/Wake detection with Estimation of Stationary Sleep-segments (ESS):
|
||||
|
|
|
|||
Loading…
Reference in New Issue