Skip to content

Commit 6a99c13

Browse files
authored
Update settings.js
1 parent d7a1d66 commit 6a99c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/sleeplog/settings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
maxAwake: 36E5, // [ms] maximal awake time to count for consecutive sleep
1414
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
1515
deepTh: 150, // threshold for deep sleep
16-
lightTh: 300,
17-
hrmLightTh: 74,
18-
hrmDeepTh:60,// threshold for light sleep
16+
lightTh: 300,// threshold for light sleep
17+
hrmLightTh: 74,// threshold for light sleep with HRM
18+
hrmDeepTh:60,// threshold for deep sleep with HRM
1919
wearTemp: 19.5, // temperature threshold to count as worn
2020
// app settings
2121
breakToD: 12, // [h] time of day when to start/end graphs

0 commit comments

Comments
 (0)