From c293b8cfc3d164594cf305669c05546406e3832c Mon Sep 17 00:00:00 2001 From: Ishidres <17363426+Ishidres@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:47:43 +0100 Subject: [PATCH] Update boot.js --- apps/sleeplog/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sleeplog/boot.js b/apps/sleeplog/boot.js index c66db772f..8dbee6812 100644 --- a/apps/sleeplog/boot.js +++ b/apps/sleeplog/boot.js @@ -13,7 +13,7 @@ global.sleeplog = { minConsec: 18E5, // [ms] minimal time to count for consecutive sleep deepTh: 100, // threshold for deep sleep lightTh: 200, // threshold for light sleep - wearTemp: 27, // temperature threshold to count as worn + wearTemp: 28, // temperature threshold to count as worn }, require("Storage").readJSON("sleeplog.json", true) || {}) };