removed in progress work on sleepphase

master
Danny 2022-04-18 15:49:21 +02:00
parent 1a42e8dcb4
commit 202dcdd781
2 changed files with 1 additions and 2 deletions

View File

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

View File

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