From 4989c4fc3df11a7a66c61c299e39765e7b654d44 Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:20:33 +0100 Subject: [PATCH] health: add hrm info to readme reference: > The health app on the Bangle only stores data every 10 minutes. The '3 minute' option is for the heart rate - it'll take 3 HRM samples every 10 minute slot and use the best/average value of HRM readings - but it only stores one reading per 10 minutes. https://forum.espruino.com/conversations/386312/#comment16972306 --- apps/health/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/health/README.md b/apps/health/README.md index 3fcf394ba..ba6204670 100644 --- a/apps/health/README.md +++ b/apps/health/README.md @@ -4,7 +4,7 @@ Logs health data to a file in a defined interval, and provides an app to view it ## Usage -Once installed, health data is logged automatically. +Once installed, health data is logged automatically. Entries are stored with a 10 minute interval. To view data, run the `Health` app from your watch. @@ -40,6 +40,8 @@ minifier used in the App Loader, so we use the closure compiler to pre-minify th The easiest way to use it is to install `https://github.com/espruino/EspruinoDocs` and run `EspruinoDocs/bin/minify.js lib.js lib.min.js` +HRM data is stored as a number representing the best/average value from a 10 minute period. + ## TODO * `interface` page for desktop to allow data to be viewed and exported in common formats