set default wear temperature to 29°C

master
Ishidres 2024-03-20 14:16:59 +01:00
parent c293b8cfc3
commit b02d730a6f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ global.sleeplog = {
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
deepTh: 100, // threshold for deep sleep deepTh: 100, // threshold for deep sleep
lightTh: 200, // threshold for light sleep lightTh: 200, // threshold for light sleep
wearTemp: 28, // temperature threshold to count as worn wearTemp: 29, // temperature threshold to count as worn
}, require("Storage").readJSON("sleeplog.json", true) || {}) }, require("Storage").readJSON("sleeplog.json", true) || {})
}; };

View File

@ -13,7 +13,7 @@
minConsec: 18E5, // [ms] minimal time to count for consecutive sleep minConsec: 18E5, // [ms] minimal time to count for consecutive sleep
deepTh: 100, // threshold for deep sleep deepTh: 100, // threshold for deep sleep
lightTh: 200, // threshold for light sleep lightTh: 200, // threshold for light sleep
wearTemp: 28, // temperature threshold to count as worn wearTemp: 29, // temperature threshold to count as worn
// app settings // app settings
breakToD: 12, // [h] time of day when to start/end graphs breakToD: 12, // [h] time of day when to start/end graphs
appTimeout: 0 // lock and backlight timeouts for the app appTimeout: 0 // lock and backlight timeouts for the app