We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a1d66 commit 6a99c13Copy full SHA for 6a99c13
apps/sleeplog/settings.js
@@ -13,9 +13,9 @@
13
maxAwake: 36E5, // [ms] maximal awake time to count for consecutive sleep
14
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
15
deepTh: 150, // threshold for deep sleep
16
- lightTh: 300,
17
- hrmLightTh: 74,
18
- hrmDeepTh:60,// threshold for light sleep
+ lightTh: 300,// threshold for light sleep
+ hrmLightTh: 74,// threshold for light sleep with HRM
+ hrmDeepTh:60,// threshold for deep sleep with HRM
19
wearTemp: 19.5, // temperature threshold to count as worn
20
// app settings
21
breakToD: 12, // [h] time of day when to start/end graphs
0 commit comments